From 4fac6c4e5e43faebf2a6d72bddda843069391b39 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 13 Dec 2018 15:14:48 +0000 Subject: [PATCH] GitBook: [master] one page modified --- backend/installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/README.md b/backend/installation/README.md index 62cc649f3..43197e22a 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -53,7 +53,7 @@ npm run dev # you will need to build the app first (done while building the docker image) npm run build # run after build (dist folder must exist) -npm run startnpm run start +npm run start ``` {% endtab %}