summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-03-12 14:18:26 -0800
committerBob Ippolito <bob@redivi.com>2016-03-12 14:18:26 -0800
commit23688e6d8b29fb1d1ea7ecf5d4d6e5c79402cf30 (patch)
tree6a62b77538eb26bc7fe42e51495442ca161a5878 /README.rst
parent92c80f3b29c4d8694deb72779fa65f8de0ff8965 (diff)
parentd1f2f1a5a754cffc649ed10c04433b7860eeb0ca (diff)
downloadsimplejson-23688e6d8b29fb1d1ea7ecf5d4d6e5c79402cf30.tar.gz
Merge pull request #134 from compwron/rst_readme_build_status
add build status badge and github-visible python2.2 link to readme
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