summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-11-25 22:29:10 +0100
committerGitHub <noreply@github.com>2017-11-25 22:29:10 +0100
commitdf0c56d592c9f1d0fada201b7fa66d9d359ac7a3 (patch)
treefdc17cc4c2727b59fd31335f579cd466f562acb3 /README.md
parent62db640d55a8dba3431d10b8a7a7b2204d5bd896 (diff)
downloadpython-json-patch-df0c56d592c9f1d0fada201b7fa66d9d359ac7a3.tar.gz
Remove broken badges from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8b8bcb..5bdf287 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) [![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)
+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)
=================
Applying JSON Patches in Python
-------------------------------