From 868effed16265d7af2e2765ebb9ab74833a85d30 Mon Sep 17 00:00:00 2001 From: dhoomakethu Date: Sat, 7 Jul 2018 21:57:48 +0530 Subject: [PATCH] Add total downloads badge --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 2fc5eee42..9131d6379 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,14 @@ .. image:: https://travis-ci.org/riptideio/pymodbus.svg?branch=master :target: https://travis-ci.org/riptideio/pymodbus - .. image:: https://badges.gitter.im/Join%20Chat.svg - :target: https://gitter.im/pymodbus_dev/Lobby - + :target: https://gitter.im/pymodbus_dev/Lobby .. image:: https://readthedocs.org/projects/pymodbus/badge/?version=latest - :target: http://pymodbus.readthedocs.io/en/async/?badge=latest + :target: http://pymodbus.readthedocs.io/en/async/?badge=latest :alt: Documentation Status - +.. image:: http://pepy.tech/badge/pymodbus + :target: http://pepy.tech/project/pymodbus + :alt: Downloads + .. important:: **Note This is a Major release and might affect your existing Async client implementation. Refer examples on how to use the latest async clients.**