forked from profectus/Profectus
Fix typo in start command
This commit is contained in:
parent
fe15551e62
commit
366d34bd9a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ npm install
|
||||||
|
|
||||||
### Hosts dev server and hot-reloads modules as they're changed
|
### Hosts dev server and hot-reloads modules as they're changed
|
||||||
```
|
```
|
||||||
npm starts
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
|
|
Loading…
Reference in a new issue