aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ng <pnpnpn@users.noreply.github.com>2014-10-16 13:15:49 -0400
committerPatrick Ng <pnpnpn@users.noreply.github.com>2014-10-16 13:15:49 -0400
commit9368a6f3f72e491ab75fe7f6027227138d645c30 (patch)
tree2c553c3b7917caaa3a06e6020eccfd83c9287a28
parente54bea9ff92e100f67f75caa03a59d47fa245ee5 (diff)
downloadtimeout-decorator-9368a6f3f72e491ab75fe7f6027227138d645c30.tar.gz
Update and rename README.rst to README.md
-rw-r--r--README.md (renamed from README.rst)10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.md
index 9b92022..2a63cb9 100644
--- a/README.rst
+++ b/README.md
@@ -3,17 +3,17 @@
Installation
------------
-From source code: ::
+From source code:
python setup.py install
-From pypi: ::
+From pypi:
pip install timeout-decorator
Usage
-----
-::
+
import time
import timeout_decorator
@@ -36,3 +36,7 @@ Derived from http://www.saltycrane.com/blog/2010/04/using-python-timeout-decorat
Contribute
------------
I would love for you to fork and send me pull request for this project. Please contribute.
+
+License
+---------
+Released under the [MIT License](http://www.opensource.org/licenses/MIT).