Skip to content

Commit

Permalink
Update readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jun 3, 2017
1 parent 44adcac commit efad131
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
AIOGramBot
==========

.. image:: https://img.shields.io/pypi/v/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi Package Version

.. image:: https://img.shields.io/pypi/status/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi status

.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions

.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg
:target: https://bitbucket.org/illemius/aiogram/issues
:alt: Bitbucket issues

.. image:: https://img.shields.io/pypi/l/aiogram.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License


Asynchonyously Python framework for `Telegram Bot API <https://core.telegram.org/bots/api>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From PIP
--------
.. code-block:: bash
$ pip install -U
$ pip install -U aiogram
From sources
------------
Expand Down

0 comments on commit efad131

Please sign in to comment.