diff --git a/Readme.md b/Readme.md index 6560af8..7839144 100644 --- a/Readme.md +++ b/Readme.md @@ -3,12 +3,12 @@ Conditional debug logging for Go libraries. - View the [docs](http://godoc.org/github.com/tj/go-debug). + View the [docs](http://godoc.org/github.com/visionmedia/go-debug). ## Installation ``` -$ go get github.com/tj/go-debug +$ go get github.com/visionmedia/go-debug ``` ## Example @@ -16,7 +16,7 @@ $ go get github.com/tj/go-debug ```go package main -import . "github.com/tj/go-debug" +import . "github.com/visionmedia/go-debug" import "time" var debug = Debug("single") @@ -72,4 +72,4 @@ A timestamp and two deltas are displayed. The timestamp consists of hour, minute # License -MIT \ No newline at end of file +MIT