summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Danford <jordandanford@gmail.com>2018-05-16 16:38:47 -0700
committerJordan Danford <jordandanford@gmail.com>2018-05-16 16:38:47 -0700
commitd348a5ecf28fa9152117632112b2fc05a6f42868 (patch)
tree2b883e87a6ffbef087577ed91cab562fa32993a8
parentae997af449ee1bb9e78c62f061a918a363d44f6c (diff)
downloadpython-json-pointer-d348a5ecf28fa9152117632112b2fc05a6f42868.tar.gz
Use SVG versions of status icons in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5248dc8..210b07b 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ python-json-pointer
[![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
-[![Build Status](https://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)
+[![Build Status](https://travis-ci.org/stefankoegl/python-json-pointer.svg?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer)
+[![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.svg?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
Resolve JSON Pointers in Python