From 936bb8141dcf1f30a5bdee711429922f2fc79194 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 9 Nov 2015 17:11:21 +0100 Subject: [PATCH] fix development setup command, fix #535 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ff9c1b..bff7749a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To run the app from source, just clone the code and run this in your terminal: ``` npm install npm run build -npm start -- --port 8080 +npm start ``` ## License