summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-08 16:59:54 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-08 16:59:54 -0500
commitef6d9013e34712973af73e58a97ef9eb60a904bd (patch)
tree1de206c9ce2d5cec45cc5e1c5f685cc2a4abc579 /README.md
parent09a9371fdf84d5c84626b31a46befaa3646eb4a9 (diff)
downloadrequests-cache-ef6d9013e34712973af73e58a97ef9eb60a904bd.tar.gz
Use sphinx_autodoc_typehints extension instead of autodoc's built-in type hints
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c04af1..25d7525 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,8 @@
[![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/requests-cache)](https://pypi.org/project/requests-cache)
## Summary
-**requests-cache** is a transparent, persistent cache for the python [requests](http://python-requests.org)
-library. It can substantially improve performance and reduce network traffic, making it an ideal
-companion for almost any application using `requests`.
+**requests-cache** is a transparent, persistent cache that provides an easy way to get better
+performance with the python [requests](http://python-requests.org) library.
<!-- RTD-IGNORE -->
Complete project documentation can be found at [requests-cache.readthedocs.io](https://requests-cache.readthedocs.io).