From c296459d0aefbccf98e9776003875eba8b3beffd Mon Sep 17 00:00:00 2001 From: Lonami Date: Tue, 22 Aug 2017 19:50:57 +0200 Subject: [PATCH] Fix sneaky grammatical error --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 10ea7ee9..ba9c1444 100755 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ In order to use Telethon, you first need to obtain your very own API ID and Hash 2. Click under *API Development tools*. 3. A *Create new application* window will appear. Fill in your application details. There is no need to enter any *URL*, and only the first two fields (*App title* and *Short name*) - can be changed later as long as I'm aware. + can be changed later as far as I'm aware. 4. Click on *Create application* at the end. Now that you know your ``API ID`` and ``Hash``, you can continue installing Telethon.