Spelling fixes in README.rst

Fixes #609 and #610
This commit is contained in:
evgfilim1 2017-05-16 22:59:02 +05:00
parent 4f2ea5b0f1
commit 257b8321f8

View file

@ -104,11 +104,11 @@ Or you can install from source with:
$ cd python-telegram-bot
$ python setup.py install
In case you have a preciously cloned local repository already, you should initialize the added urllib3 submodule before installing with:
In case you have a previously cloned local repository already, you should initialize the added urllib3 submodule before installing with:
.. code:: shell
$ git submodule --init --recursive
$ git submodule update --init --recursive
===============
Getting started