Typos fix in docs/source

This commit is contained in:
Suren Khorenyan 2018-01-23 13:37:17 +03:00
parent 5c6008ac6b
commit 7f169ad7b9
2 changed files with 11 additions and 10 deletions

View file

@ -1,8 +1,8 @@
Installation Guide
==================
From PIP
--------
Using PIP
---------
.. code-block:: bash
$ pip install -U aiogram
@ -11,5 +11,6 @@ From sources
------------
.. code-block:: bash
$ git clone https://bitbucket.org/illemius/aiogram.git
$ git clone https://github.com/aiogram/aiogram.git
$ cd aiogram
$ python setup.py install