Skip to content

Commit

Permalink
Change README to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrlife authored Feb 27, 2021
1 parent effba31 commit e9537ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requires Go 1.12 or newer.
### Simple initialization

```go
import "github.com/allegro/bigcache/v2"
import "github.com/allegro/bigcache/v3"

cache, _ := bigcache.NewBigCache(bigcache.DefaultConfig(10 * time.Minute))

Expand All @@ -30,7 +30,7 @@ allocation can be avoided in that way.
import (
"log"

"github.com/allegro/bigcache/v2"
"github.com/allegro/bigcache/v3"
)

config := bigcache.Config {
Expand Down

0 comments on commit e9537ef

Please sign in to comment.