Skip to content

Commit 02fa1f8

Browse files
committed
Update badges and fix typos
1 parent d5a7aed commit 02fa1f8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
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)
1+
python-json-patch
22
=================
3+
4+
[![PyPI version](https://img.shields.io/pypi/v/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
5+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
6+
[![Build Status](https://travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch)
7+
[![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master)
8+
39
Applying JSON Patches in Python
410
-------------------------------
511

612
Library to apply JSON Patches according to
713
[RFC 6902](http://tools.ietf.org/html/rfc6902)
814

9-
See Sourcecode for Examples
15+
See source code for examples
1016

1117
* Website: https://github.com/stefankoegl/python-json-patch
1218
* Repository: https://github.com/stefankoegl/python-json-patch.git
1319
* Documentation: https://python-json-patch.readthedocs.org/
1420
* PyPI: https://pypi.python.org/pypi/jsonpatch
15-
* Travis-CI: https://travis-ci.org/stefankoegl/python-json-patch
21+
* Travis CI: https://travis-ci.org/stefankoegl/python-json-patch
1622
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
1723

1824
Running external tests

0 commit comments

Comments
 (0)