Update README.rst

This commit is contained in:
Shay Palachy
2016-09-01 17:29:30 +03:00
committed by GitHub
parent 91d11071f9
commit f259d0f341
+2 -2
View File
@@ -24,7 +24,7 @@ Dependencies and Setup
Cachier uses the following packages:
* pymongo's `bson package`_
* pymongo_
* watchdog_
You can install cachier using:
@@ -138,5 +138,5 @@ You can set a MongoDB-based cache by assigning ``mongetter`` with a callable tha
This allows you to have a cross-machine, albeit slower, cache.
.. links:
.. _bson package: https://api.mongodb.com/python/current/api/bson/
.. _pymongo: https://api.mongodb.com/python/current/
.. _watchdog: https://github.com/gorakhargosh/watchdog