aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2014-03-27 06:23:04 +0100
committerThomas Kemmer <tkemmer@computer.org>2014-04-02 20:38:40 +0200
commit3b9d81924ae6b4011048096cf12a7cdad5508f30 (patch)
tree6c4979659e97c4fe4d448574903c51f9863ca9ee /README.rst
parent35f85f2f78f842b15609c5973f1fdd261c0a6476 (diff)
downloadcachetools-3b9d81924ae6b4011048096cf12a7cdad5508f30.tar.gz
Prepare v0.2.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index bb1067b..cd5ea58 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ which item(s) to discard based on a suitable `cache algorithm`_.
This module provides various cache implementations based on different
cache algorithms, as well as decorators for easily memoizing function
-calls.
+calls, and utilities for creating custom cache implementations.
Installation
@@ -75,4 +75,4 @@ Licensed under the `MIT License`_.
.. _Source Code: https://github.com/tkem/cachetools/
.. _Issue Tracker: https://github.com/tkem/cachetools/issues/
.. _Change Log: http://raw.github.com/tkem/cachetools/master/Changes
-.. _MIT License: http://raw.github.com/tkem/cachetools/master/MIT-LICENSE
+.. _MIT License: http://raw.github.com/tkem/cachetools/master/LICENSE