aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 806963a..3d03641 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,9 @@ Requests: HTTP for Humans
.. image:: https://travis-ci.org/kennethreitz/requests.png?branch=master
:target: https://travis-ci.org/kennethreitz/requests
+.. image:: https://pypip.in/d/requests/badge.png
+ :target: https://crate.io/packages/requests/
+
Requests is an Apache2 Licensed HTTP library, written in Python, for human
beings.
@@ -69,6 +72,11 @@ Or, if you absolutely must:
But, you really shouldn't do that.
+Documentation
+-------------
+
+Documentation is available at http://docs.python-requests.org/.
+
Contribute
----------