Update README to use Shields badges
authorKevin Yap <me@kevinyap.ca>
Thu, 19 Feb 2015 06:36:16 +0000 (22:36 -0800)
committerKevin Yap <me@kevinyap.ca>
Thu, 19 Feb 2015 19:10:55 +0000 (11:10 -0800)
Shields badges are friendlier to retina displays.

README.rst

index e9f63ef83b18e07bf866ac5f26eaea45649eddb1..40995fe9ed7d9f5555002b76a0687fad9fdef94a 100644 (file)
@@ -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