Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 committed May 7, 2022
1 parent bef88be commit bfc41e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ An easy to use decorator for persistent memoization: like `functools.lrucache`,

- [Use cases](#use-cases)
- [Features](#features)
- [Installation](#installation)
- [Examples](#examples)
- [Getting started](#getting-started)
- [Make your own serialization and storage back-ends](#make-your-own-serialization-and-storage-backends)
- [API Reference](#api-reference)

Expand All @@ -35,12 +34,12 @@ An easy to use decorator for persistent memoization: like `functools.lrucache`,
- removed from storage when the total storage size exceeds a given threshold (_implemented_) or
- limited to one result per function (_to be implemented soon_)

## Installation
## Getting started
### Installation
```bash
pip install perscache
```

## Examples
### Basic usage
```python
from perscache import Cache
Expand Down

0 comments on commit bfc41e6

Please sign in to comment.