From f259d0f341bc73eb64948d903c17c1a5a9532cfa Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 1 Sep 2016 17:29:30 +0300 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2f6de28..418817d 100644 --- a/README.rst +++ b/README.rst @@ -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