From c331bfbdf7fe64645541e90389414287b0c57560 Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Wed, 1 Aug 2018 15:16:51 -0700 Subject: [PATCH] Simplify documentation minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d0893a..c7cc4a98 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can edit all files in the source folder you cloned. In order to ease develop ```sh npm install # install development dependencies -npm run dev # To use http://localhost:5000/ for the Web API +npm run dev ``` > Some additional commands can be useful for development. You can discover all of them by running `npm run`.