summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2013-07-14 17:54:54 +0200
committerStefan Kögl <stefan@skoegl.net>2013-07-14 17:54:54 +0200
commit27c7032de25923593fa17cc14f535fb7abd52448 (patch)
treed778005d68753c2c50a60f5c685e3c5a7f3e237c
parent78e865ac31689bc95f318722c793dab26cb8b560 (diff)
downloadpython-json-patch-27c7032de25923593fa17cc14f535fb7abd52448.tar.gz
add coverage, downloads, version to READMEbaserock/morph
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6469bc..b4d3667 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-python-json-patch [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch)
+python-json-patch [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master) ![Downloads](https://pypip.in/d/jsonpatch/badge.png) ![Version](https://pypip.in/v/jsonpatch/badge.png)
=================
Applying JSON Patches in Python
-------------------------------