From 44fe5d9593287c0cbd9ec2d68b7e37c493fb85fc Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 28 Aug 2016 18:42:28 +0300 Subject: [PATCH] changed readme format to rst --- README.md => README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename README.md => README.rst (77%) diff --git a/README.md b/README.rst similarity index 77% rename from README.md rename to README.rst index a035286..5c6e1ea 100644 --- a/README.md +++ b/README.rst @@ -1,2 +1,4 @@ -# cachier +cachier +======= + Persistent, stale-free memoization decorators for Python.