From 2f00e171248ac385bf83037130383ef28bc70b59 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 01:26:05 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0b9dd4..a3a4326 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # PyWit (Unofficial) [![Build Status](https://travis-ci.org/lextoumbourou/PyWit.png?branch=master)](https://travis-ci.org/lextoumbourou/PyWit) -[![License](https://pypip.in/license/PyWit/badge.png)](https://pypi.python.org/pypi/PyWit) -[![Latest Version](https://pypip.in/version/PyWit/badge.png)](https://pypi.python.org/pypi/PyWit) -[![Downloads](https://pypip.in/download/PyWit/badge.png)](https://pypi.python.org/pypi/PyWit) +[![License](https://img.shields.io/pypi/l/PyWit.svg)](https://pypi.python.org/pypi/PyWit) +[![Latest Version](https://img.shields.io/pypi/v/PyWit.svg)](https://pypi.python.org/pypi/PyWit) +[![Downloads](https://img.shields.io/pypi/dm/PyWit.svg)](https://pypi.python.org/pypi/PyWit) *Note: Wit.ai now provides an official Python SDK also called [pywit](https://github.com/wit-ai/pywit). It is the recommended way to develop Wit applications in Python.*