Skip to content

Commit

Permalink
chores: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Jan 19, 2022
1 parent 5f2896a commit 45cb37c
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 @@ -17,13 +17,13 @@ Sample `GET` request header with `If-None-Match`:

## Installation
```
To-do: Release it as pypi package
pip install etag_cache
```

## Usage
```python
import requests
from etag_package import EtagCache
from etag_cache import EtagCache


cache_object = EtagCache()
Expand Down

0 comments on commit 45cb37c

Please sign in to comment.