From: Kevin Yap Date: Thu, 19 Feb 2015 06:36:16 +0000 (-0800) Subject: Update README to use Shields badges X-Git-Tag: v2.5.2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=344b51327caccca6fd02b28e46495b3d2f02173f;p=services%2Fpython-requests.git Update README to use Shields badges Shields badges are friendlier to retina displays. --- diff --git a/README.rst b/README.rst index e9f63ef..40995fe 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ Requests: HTTP for Humans ========================= -.. image:: https://badge.fury.io/py/requests.png - :target: http://badge.fury.io/py/requests +.. image:: https://img.shields.io/pypi/v/requests.svg + :target: https://pypi.python.org/pypi/requests -.. image:: https://pypip.in/d/requests/badge.png - :target: https://crate.io/packages/requests/ +.. image:: https://img.shields.io/pypi/dm/requests.svg + :target: https://pypi.python.org/pypi/requests Requests is an Apache2 Licensed HTTP library, written in Python, for human