From dfc10bafb350acecc654a8847c7de2c93c8b98c8 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 13 Jul 2017 20:44:48 +0300 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ee83a5..8e259d6 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Features * Cross-machine caching using MongoDB. * Thread-safety. -Cachier is not: +Cachier is **NOT**: * Meant as a transient cache. Python's @lru_cache is better. * Especially fast. It is meant to replace function calls that take more than... a second, say (overhead is around 1 millisecond).