From 56fa010e18d81b021b750077884d5dc858e30c05 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 13 Apr 2020 20:55:19 +0200 Subject: [PATCH] fix --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 78f811ae..7c057d5c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ yarn start ``` ## How to run built electron app locally -This mode is very similar to production run of electron app. Electron app forks process with API on dynamically alocated port, works with compiled javascript files. +This mode is very similar to production run of electron app. Electron app forks process with API on dynamically allocated port, works with compiled javascript files. ```sh cd app @@ -69,9 +69,6 @@ yarn build:app:local yarn start:app:local ``` - -## How to run build electron app locally - ## Packages * api - backend, Javascript, ExpressJS * datalib - TypeScript library for utility classes