Update README.md

This commit is contained in:
Marc Veens 2021-04-06 22:11:50 +02:00 committed by GitHub
parent 81b9b9d1eb
commit 1af4e218dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.