Updated readme with Windows support.

This commit is contained in:
Shay Palachy
2017-04-26 12:18:21 +03:00
committed by GitHub
parent 0d24ffa5a9
commit 55ca9acfe5
+1 -2
View File
@@ -39,7 +39,7 @@ Features
* Pure Python.
* Compatible with Python 2.7+ and Python 3.5+.
* Tested on Linux and OS X systems. Does not support Windows.
* Support Linux, OS X and Windows. Tested on Linux and OS X systems.
* A simple interface.
* Defining "shelf life" for cached values.
* Local caching using pickle files.
@@ -54,7 +54,6 @@ Cachier is not:
Future features
---------------
* Windows support.
* S3 core.
* Multi-core caching.