Skip to content

Commit 76bf9a0

Browse files
authored
Fix badges
* pypip.in is down: badges/pypipins#39 * PyPI download badges no longer available: badges/shields#716 * Fix some typos
1 parent bae64f6 commit 76bf9a0

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,16 +1,22 @@
1-
python-json-pointer [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master) ![Downloads](https://pypip.in/d/jsonpointer/badge.png) ![Version](https://pypip.in/v/jsonpointer/badge.png)
1+
python-json-pointer
22
===================
33

4+
[![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
5+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
6+
[![Build Status](https://travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer)
7+
[![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
8+
9+
410
Resolve JSON Pointers in Python
511
-------------------------------
612

713
Library to resolve JSON Pointers according to
814
[RFC 6901](http://tools.ietf.org/html/rfc6901)
915

10-
See Sourcecode for Examples
16+
See source code for examples
1117
* Website: https://github.com/stefankoegl/python-json-pointer
1218
* Repository: https://github.com/stefankoegl/python-json-pointer.git
1319
* Documentation: https://python-json-pointer.readthedocs.org/
1420
* PyPI: https://pypi.python.org/pypi/jsonpointer
15-
* Travis-CI: https://travis-ci.org/stefankoegl/python-json-pointer
21+
* Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
1622
* Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer

0 commit comments

Comments
 (0)