From 1af4e218dd2e1dad52faa82a681ac51b4b423dd1 Mon Sep 17 00:00:00 2001 From: Marc Veens Date: Tue, 6 Apr 2021 22:11:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a193581..abad377 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This starter provides a mode for developing your bot on your local machine as we # Setting up the bot ## Step 1: Preparing the code -Let's start easy, fork/clone this repository. This repo provides all code to create a bot that only knows a `Hello Word` command. Good enough to start with! +Let's start easy, fork/clone this repository. This repo provides all code to create a bot that only knows a `Hello World` command. Good enough to start with! In the root of this repository you see a `.env.example` file. Rename this file to `.env`. This is where your secret Telegram bot token will be stored on your local machine. For now leave the value as is, we will replace it with the real value later on.