update readme

This commit is contained in:
Jack Tang 2020-04-16 15:36:38 +08:00
parent 19fca32f57
commit b0d511c8f7
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ The standard implemenation of LRU cache (hash table + doubly-linked list).
All operations are in time complexity of O(1).
This implementation is *not* thread-safe.
## Installation
```
$ nimble install lrucache
```
## API