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 ```