diff --git a/README.md b/README.md index c5789cc..5916656 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats ### Installation -`go get github.com/patrickmn/go-cache` +`go get github.com/youjianglong/go-cache` ### Usage ```go import ( "fmt" - "github.com/patrickmn/go-cache" + "github.com/youjianglong/go-cache" "time" ) @@ -80,4 +80,4 @@ func main() { ### Reference -`godoc` or [http://godoc.org/github.com/patrickmn/go-cache](http://godoc.org/github.com/patrickmn/go-cache) +`godoc` or [http://godoc.org/github.com/youjianglong/go-cache](http://godoc.org/github.com/youjianglong/go-cache)