From 5a54af71a8825076d976fad319afb3b9ff4a247f Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 21 May 2022 07:51:30 +0200 Subject: [PATCH] port docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5570173b5..9e2e3f554 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ yarn # install NPM packages for electron And than run following 3 commands concurrently in 3 terminals: ``` -yarn start:web # run web on port 5000 (only static JS and HTML files) +yarn start:web # run web on port 5001 (only static JS and HTML files) yarn lib # watch typescript libraries and plugins modifications yarn start:app # run electron app ```