Fixed command syntax to be consistent

This commit is contained in:
Hugo Bernier 2023-02-18 13:58:40 -05:00 committed by GitHub
parent 7a182a21b2
commit f6e7fe3ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ Version|Date|Comments
## Minimal Path to Awesome
1. clone this repo
1. `$ npm i`
1. `npm i`
1. Update online workbench URL in the `initialPage` property of the `config/serve.json` file.
1. `$ gulp serve`
1. `gulp serve`
## Features