From 8b77ff953e36ba55c8c02495bfc54434cf0cbf98 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 22 Jul 2020 18:55:09 +0200 Subject: [PATCH] docs: fixed small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d78ab52..ba8991e7 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ You can attach to locally running backend by providing `REMARK_URL` environment npx cross-env REMARK_URL=http://127.0.0.1:8080 npm start ``` -The best way for start local developer enviroment: +The best way for start local developer environment: ```sh cp compose-dev-frontend.yml compose-private-frontend.yml docker-compose -f compose-private-frontend.yml up --build