From d532d74879b378195f579fb0f21f9aad89319e47 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Tue, 19 Apr 2022 16:59:13 +0300 Subject: [PATCH] docs(readme): fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49374fd..dccb78a 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ It will build following images if running first time: ### Using node: -#### Development (running api and web seperately): +#### Development (running api and web separately): ##### API Navigate to `./api` -There is `.env.example` file present at `./api` directory. Remember to provide enviornment variables else default values will be used mentioned in `.env.example` files +There is `.env.example` file present at `./api` directory. Remember to provide environment variables else default values will be used mentioned in `.env.example` files Command to install and run api server. ```