summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-12 17:59:22 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-15 14:49:15 -0500
commit8641b93fa298d9edf8ef91a03a7a2d0af6d5810e (patch)
tree3ad82771954f45db3e1a47d51d9445a70b09c9ea /README.md
parentbe2dd372c07b210cd953f38ddb12395a8e43bd67 (diff)
downloadrequests-cache-8641b93fa298d9edf8ef91a03a7a2d0af6d5810e.tar.gz
Use a set_ttl() method instead of keyword argument, since it should only be set once (or overwritten)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index f46aa7a..53c16e2 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ Complete project documentation can be found at [requests-cache.readthedocs.io](h
eagerly cache everything for long-term storage, use
[URL patterns](https://requests-cache.readthedocs.io/en/stable/user_guide/expiration.html#expiration-with-url-patterns)
for selective caching, or any combination of strategies
-* ✔️ **Compatibility:** Can be combined with other popular
- [libraries based on requests](https://requests-cache.readthedocs.io/en/stable/user_guide/compatibility.html)
+* ✔️ **Compatibility:** Can be combined with other
+ [popular libraries based on requests](https://requests-cache.readthedocs.io/en/stable/user_guide/compatibility.html)
## Quickstart
First, install with pip:
@@ -116,9 +116,6 @@ To find out more about what you can do with requests-cache, see:
* [User Guide](https://requests-cache.readthedocs.io/en/stable/user_guide.html)
* [API Reference](https://requests-cache.readthedocs.io/en/stable/reference.html)
+* [Examples](https://requests-cache.readthedocs.io/en/stable/examples.html)
* [Project Info](https://requests-cache.readthedocs.io/en/stable/project_info.html)
-* A working example at Real Python:
- [Caching External API Requests](https://realpython.com/blog/python/caching-external-api-requests)
-* More examples in the
- [examples/](https://github.com/reclosedev/requests-cache/tree/master/examples) folder
<!-- END-RTD-IGNORE -->