From 254dc0dd1a9afa777bca1fc8c9eb3f50ef27170c Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 20 Apr 2017 15:29:46 +0300 Subject: [PATCH] small readme fix --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ea825eb..15ec457 100644 --- a/README.rst +++ b/README.rst @@ -51,8 +51,8 @@ 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). -Future features: ----------------- +Future features +--------------- * Windows support. * S3 core.