Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Prefix "live-server" with npx

Former-commit-id: cd6571f
  • Loading branch information
dbartle authored Aug 4, 2019
1 parent 4863541 commit 195de56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/js/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Prerequisites

Install dependencies by executing the following command from [demo/js/](/demo/js)
Install dependencies by executing the following command from [demo/js/](/demo/js):

```bash
npm install
```

Run this to launch the demo
Run this to launch the demo:

```bash
live-server
npx live-server
```

0 comments on commit 195de56

Please sign in to comment.