From c796159612871d7be06999f693829bd7c2c2d678 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Mon, 24 Aug 2020 14:07:05 +0200 Subject: [PATCH] correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4585cb..407f47d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Graphql API with TribalWars servers data. ## Development -**Required env variables to run this API** (you can set them directly on your system or create .env.development file): +**Required env variables to run this API** (you can set them directly in your system or create .env.development file): ``` DB_USER=your_pgdb_user @@ -28,5 +28,5 @@ LOG_DB_QUERIES=[true|false] 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