Change GitHub repository URLs in README
This commit is contained in:
parent
66bf7b7a45
commit
faf83836bd
|
@ -15,13 +15,13 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
`go get github.com/pmylund/go-cache`
|
`go get github.com/patrickmn/go-cache`
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/pmylund/go-cache"
|
"github.com/patrickmn/go-cache"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue