summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorlgoldstein <lgoldstein@groupon.com>2016-03-09 18:59:03 -0800
committerlgoldstein <lgoldstein@groupon.com>2016-03-09 18:59:03 -0800
commitd1f2f1a5a754cffc649ed10c04433b7860eeb0ca (patch)
tree6a62b77538eb26bc7fe42e51495442ca161a5878 /README.rst
parent92c80f3b29c4d8694deb72779fa65f8de0ff8965 (diff)
downloadsimplejson-d1f2f1a5a754cffc649ed10c04433b7860eeb0ca.tar.gz
Readme badge and py2 link
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e4b47fb..74c40f8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,9 @@
+simplejson
+----------
+
+.. image:: https://travis-ci.org/simplejson/simplejson.svg?branch=master
+ :target: https://travis-ci.org/simplejson/simplejson
+
simplejson is a simple, fast, complete, correct and extensible
JSON <http://json.org> encoder and decoder for Python 2.5+
and Python 3.3+. It is pure Python code with no dependencies,
@@ -27,3 +33,4 @@ Python 2.2. This is based off of a very old version of simplejson,
is not maintained, and should only be used as a last resort.
.. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2
+https://github.com/simplejson/simplejson/tree/python2.2