From 3047240dd096326d9099230eac8c08ea022370a0 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Mon, 12 Oct 2015 10:14:36 -0600 Subject: [PATCH] updating readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e7dcea..9709930 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,17 @@ if err := database.Transact(t); err != nil { For an example of a qualified logger see [here](http://godoc.org/github.com/nanobox-io/golang-hatchet). -### TODO/Doing +## Documentation +Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). + + +## Todo/Doing - Tests! -### Documentation -Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). +## Contributing +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Added some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request