From 6a508c890782c04d4a9c42e6a05518170606b02a Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 01:36:15 +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 e706311..4d0033c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pytest-bench -[![PyPi Version](https://pypip.in/v/pytest-bench/badge.png)](https://pypi.python.org/pypi/pytest-bench) -![PyPi Downloads](https://pypip.in/d/pytest-bench/badge.png) +[![PyPi Version](https://img.shields.io/pypi/v/pytest-bench.svg)](https://pypi.python.org/pypi/pytest-bench) +![PyPi Downloads](https://img.shields.io/pypi/dm/pytest-bench.svg) > Benchmark utility that plugs into pytest. ## Installation