From 91c2c157f9c2de84ed716ac571a054af8b9f06e2 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 19:03:49 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca0dcb3..1424417 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Python Dot Env Handler Shell Command and Library to write and read `.env` like files. -[![Latest Version](https://pypip.in/version/dotenv/badge.svg)](https://pypi.python.org/pypi/dotenv/) +[![Latest Version](https://img.shields.io/pypi/v/dotenv.svg)](https://pypi.python.org/pypi/dotenv/) [![Build Status](https://travis-ci.org/pedroburon/dotenv.svg?branch=master)](https://travis-ci.org/pedroburon/dotenv) [![Coverage Status](https://coveralls.io/repos/pedroburon/dotenv/badge.svg)](https://coveralls.io/r/pedroburon/dotenv)