From 55ca9acfe56053f59334e5a21cbd974330cbb329 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Wed, 26 Apr 2017 12:18:21 +0300 Subject: [PATCH] Updated readme with Windows support. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3b0fd8d..72c3023 100644 --- a/README.rst +++ b/README.rst @@ -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.