From 7e1b3ebf707005e75788c1f838897a55bb23775a Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Mon, 15 Jul 2019 17:30:28 +0300 Subject: [PATCH] docs: add port to the start server command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf8e58a..ecc3e80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NativeScript APppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web) +# NativeScript AppSync Web [source](https://github.com/EddyVerbruggen/nativescript-app-sync-web) AppSync Web is the [AppSync Server](https://github.com/EddyVerbruggen/nativescript-app-sync-server)'s web client. @@ -18,7 +18,7 @@ $ vim ./src/config #change URL to production ## RUN DEV ```shell -$ npm start +$ npm start ``` ## BUILD AND RUN your clone