Skip to content

Commit faf8383

Browse files
committed
Change GitHub repository URLs in README
1 parent 66bf7b7 commit faf8383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
1515

1616
### Installation
1717

18-
`go get github.com/pmylund/go-cache`
18+
`go get github.com/patrickmn/go-cache`
1919

2020
### Usage
2121

2222
import (
2323
"fmt"
24-
"github.com/pmylund/go-cache"
24+
"github.com/patrickmn/go-cache"
2525
"time"
2626
)
2727

0 commit comments

Comments
 (0)