summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-01-16 14:27:53 +0200
committerHugo <hugovk@users.noreply.github.com>2018-01-16 14:27:53 +0200
commit02fa1f8da30cf8d15257c95b4b00b94956e2d368 (patch)
tree6441bf79ef116f321b4873f6d740ef9362da5452
parentd5a7aed0debac7f08265b0f1bf745bfaadc6e719 (diff)
downloadpython-json-patch-02fa1f8da30cf8d15257c95b4b00b94956e2d368.tar.gz
Update badges and fix typos
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5bdf287..ff2b142 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,24 @@
-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)
+python-json-patch
=================
+
+[![PyPI version](https://img.shields.io/pypi/v/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
+[![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
+[![Build Status](https://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
-------------------------------
Library to apply JSON Patches according to
[RFC 6902](http://tools.ietf.org/html/rfc6902)
-See Sourcecode for Examples
+See source code for examples
* Website: https://github.com/stefankoegl/python-json-patch
* Repository: https://github.com/stefankoegl/python-json-patch.git
* Documentation: https://python-json-patch.readthedocs.org/
* PyPI: https://pypi.python.org/pypi/jsonpatch
-* Travis-CI: https://travis-ci.org/stefankoegl/python-json-patch
+* Travis CI: https://travis-ci.org/stefankoegl/python-json-patch
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
Running external tests