From 44c683dfa85ec68a9b665528cb45217d059cfa9d Mon Sep 17 00:00:00 2001 From: Vildan Softic Date: Sun, 27 May 2018 16:36:56 +0200 Subject: [PATCH] docs(all): updated instructions for npm start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc40b4..bb36c57 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Examples for the [Aurelia-Store](https://github.com/zewa666/aurelia-store) plugi * Clone this repo * Navigate to a subfolder of a sample [contacts, electron, immer, ...] in your command line * Run `npm install`, or alternatively if you're using Yarn `yarn install` -* Run `au run --watch` +* Run `npm start`, which in turn runs `au run --watch` * Open your browser and navigate to `http://localhost:9000` > If `au run` does not work, make sure to install aurelia-cli globally via `npm install -g aurelia-cli` or respectively ` yarn global add aurelia-cli` if you're using Yarn.