correct typo

This commit is contained in:
Dawid Wysokiński 2020-08-24 13:35:43 +02:00 committed by Kichiyaki
parent 7c978243e8
commit 0ee1555782
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Features:
## Development
**Required env variables to run this cron** (you can set them directly in your system or create .env.development file):
**Required env variables to run this cron** (you can set them directly on your system or create .env.development file):
```
DB_USER=your_db_user
@ -28,5 +28,5 @@ DB_PASSWORD=your_db_pass
1. Clone this repo.
2. Navigate to the directory where you have cloned this repo.
3. Set required env variables directly in your system or create .env.development file.
3. Set the required env variables directly on your system or create .env.development file.
4. go run main.go