From 7f169ad7b975f1afa88dcc2c2cd772aec476963b Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Tue, 23 Jan 2018 13:37:17 +0300 Subject: [PATCH] Typos fix in docs/source --- docs/source/index.rst | 14 +++++++------- docs/source/install.rst | 7 ++++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 527a4409..18152c49 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -27,7 +27,7 @@ Welcome to aiogram's documentation! :alt: MIT License -**aiogram** is are pretty simple and fully asynchronously library for `Telegram Bot API `_ written in Python 3.6 with `asyncio `_ and `aiohttp `_. It helps to make your bots more faster and simpler. +**aiogram** is a pretty simple and fully asynchronous library for `Telegram Bot API `_ written in Python 3.6 with `asyncio `_ and `aiohttp `_. It helps you to make your bots faster and simpler. Official aiogram resources @@ -45,17 +45,17 @@ Features -------- - Asynchronous -- Be awesome -- Make things faster -- Have `FSM `_ -- Can reply into webhook +- Awesome +- Makes things faster +- Has `FSM `_ +- Supports webhook Contribute ---------- -- `Issue Tracker `_ -- `Source Code `_ +- `Issue Tracker `_ +- `Source Code `_ Contents diff --git a/docs/source/install.rst b/docs/source/install.rst index 9d11a6ea..016cba94 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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