diff --git a/README.md b/README.md index cd5bdb2..d4bb8c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Features: ## Development -**Required env variables to run this bot** (you can set them directly on your system or create .env.development file): +**Required env variables to run this bot** (you can set them directly in your system or create .env.development file): ``` DB_USER=your_pgDb_user @@ -30,5 +30,5 @@ BOT_TOKEN=your_bot_token 1. Clone this repo. 2. Navigate to the directory where you have cloned this repo. -3. Set the required env variables directly on your system or create .env.development file. +3. Set the required env variables directly in your system or create .env.development file. 4. go run main.go