diff --git a/README.md b/README.md index 3bffb32..f9be9db 100644 --- a/README.md +++ b/README.md @@ -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()