Fix an omitted word
This commit is contained in:
parent
efb54f000d
commit
cfdb1535e5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ It's recommended to create a new git branch for development, so you can push you
|
|||
|
||||
The next step is to install Profectus' dependencies. This is as simple as running `npm install`.
|
||||
|
||||
You can now run `npm serve` to start a local server that will host your project so you can work on it. As you change files the site will automatically reload them.
|
||||
You can now run `npm run serve` to start a local server that will host your project so you can work on it. As you change files the site will automatically reload them.
|
||||
|
||||
### Deploying
|
||||
|
||||
|
|
Loading…
Reference in a new issue