Skip to content

Commit faaa8b2

Browse files
committed
clean up readme
1 parent 2b2801c commit faaa8b2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ Lock contention on the list is reduced by:
99

1010
Unless otherwise stated, all methods are thread-safe.
1111

12-
## Configuration
13-
Next, import and create a `Cache` instance:
12+
The non-generic version of this cache can be imported via `github.com/karlseguin/ccache/`.
1413

14+
## Configuration
15+
Import and create a `Cache` instance:
1516

1617
```go
1718
import (
18-
// The generic version of this cache isn't battle-tested
19-
// use it with caution. Prefer the original non-generic
20-
// implementation for now: github.com/karlseguin/ccache/
19+
github.com/karlseguin/ccache/v3
2120
)
2221

2322
// create a cache with string values

0 commit comments

Comments
 (0)