From b89694627828bf5252163449c215b004f40d7a0d Mon Sep 17 00:00:00 2001 From: "Naveen A.B" <53806497+RNA3210d@users.noreply.github.com> Date: Tue, 30 Jun 2020 15:49:44 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d288c13..3fbd287 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Python based Telegram bot to monitor and control the raspberry pi. sudo pip install telepot ``` - Request the BotFather to create a new Bot. -- Paste the HTTP access token here: +- Paste the HTTP access token here (in the code): ``` bot = telepot.Bot(' Enter your Telegram bot API token here ') ```