From 422f4327dbd8db9e184ae845a053338efd221234 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 17:26:27 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b52ea9d..c971dbb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # python-hocr [![Build Status](https://travis-ci.org/concordusapps/python-hocr.png?branch=master)](https://travis-ci.org/concordusapps/python-hocr) [![Coverage Status](https://coveralls.io/repos/concordusapps/python-hocr/badge.png?branch=master)](https://coveralls.io/r/concordusapps/python-hocr?branch=master) -[![PyPi Version](https://pypip.in/v/hocr/badge.png)](https://pypi.python.org/pypi/hocr) -![PyPi Downloads](https://pypip.in/d/hocr/badge.png) +[![PyPi Version](https://img.shields.io/pypi/v/hocr.svg)](https://pypi.python.org/pypi/hocr) +![PyPi Downloads](https://img.shields.io/pypi/dm/hocr.svg) > HOCR manipulation and utility library; provides hocr2pdf binary. ## License