diff --git a/README.rst b/README.rst index 247f034..1019557 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,14 @@ python-socketio =============== -.. image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master +|travis| |pypi| + +.. |travis| image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master :target: https://travis-ci.org/miguelgrinberg/python-socketio +.. |pypi| image:: https://img.shields.io/pypi/v/python-socketio.svg + :target: https://pypi.org/project/python-socketio/ + Python implementation of the `Socket.IO`_ realtime client and server. Resources