small readme fix

This commit is contained in:
Shay Palachy
2017-04-20 15:29:46 +03:00
parent 522f01db9d
commit 254dc0dd1a
+2 -2
View File
@@ -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.