summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ad72633..cf0f6ee 100644
--- a/README.rst
+++ b/README.rst
@@ -8,6 +8,9 @@ Decorator module
:Installation: ``pip install decorator``
:License: BSD license
+The goal of the decorator module is to make it easy to define
+signature-preserving function decorators.
+
Installation
-------------