From 7e68364fd42c77efa29c2735f93b623983059b88 Mon Sep 17 00:00:00 2001 From: Lyon Hill Date: Tue, 29 Sep 2015 09:15:17 -0600 Subject: [PATCH] modify documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3bef9e..c123ffc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ scribble ### Installation -Install using `go get github.com/pagodabox/golang-scribble`. +Install using `go get github.com/nanobox-io/golang-scribble`. ### Usage @@ -45,8 +45,8 @@ if err := database.Transact(t); err != nil { } ``` -For an example of a qualified logger see [here](http://godoc.org/github.com/pagodabox/golang-hatchet). +For an example of a qualified logger see [here](http://godoc.org/github.com/nanobox-io/golang-hatchet). ### Documentation -Complete documentation is available on [godoc](http://godoc.org/github.com/pagodabox/golang-scribble). +Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble).