From 4450dfafbef8455e8f0573dbdc757f045c6a1708 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 24 Dec 2020 15:46:42 +0330 Subject: [PATCH] fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 842d0b8..e2c680b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project has two components: ### the webUI how to do it is described in `webUI/react/README.md` but for short, first run `yarn` to install the node modules(do this only once) - then `yarn start` to start the client if a browser windows doesn't open automatically, + then `yarn start` to start the client if a new browser window doesn't start automatically, then open `http://127.0.0.1:3000` in a modern browser. ## License