From cb40b4fc14a3ace59f6da5136bbd513f11eec33c Mon Sep 17 00:00:00 2001 From: rcorzogutierrez Date: Thu, 24 Mar 2016 11:14:10 -0400 Subject: [PATCH] Update Reame add badge Pypi, License and download --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 7938c60..3a2bd84 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,18 @@ Django Channels .. image:: https://api.travis-ci.org/andrewgodwin/channels.svg :target: https://travis-ci.org/andrewgodwin/channels +.. image:: https://img.shields.io/pypi/dm/channels.svg + :target: https://pypi.python.org/pypi/channels + +.. image:: https://readthedocs.org/projects/channels/badge/?version=latest + :target: http://channels.readthedocs.org/en/latest/?badge=latest + +.. image:: https://img.shields.io/pypi/v/channels.svg + :target: https://pypi.python.org/pypi/channels + +.. image:: https://img.shields.io/pypi/l/channels.svg + :target: https://pypi.python.org/pypi/channels + *(Note: Recent versions of Channels also need recent versions of Daphne, asgi_redis and asgiref, so make sure you update all at once)*