From f1a32a0293bd4e831b5f85f6a834ce15d8ed1795 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Mon, 24 Aug 2020 14:06:32 +0200 Subject: [PATCH] correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f7f136..1f4b9b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Features: ## Development -**Required env variables to run this cron** (you can set them directly on your system or create .env.development file): +**Required env variables to run this cron** (you can set them directly in 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 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