From faf83836bdb705862d053d3ddd08bc05183cb2dd Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Wed, 2 Dec 2015 14:32:12 -0500 Subject: [PATCH] Change GitHub repository URLs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cc4cc4..91f0087 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats ### Installation -`go get github.com/pmylund/go-cache` +`go get github.com/patrickmn/go-cache` ### Usage import ( "fmt" - "github.com/pmylund/go-cache" + "github.com/patrickmn/go-cache" "time" )