fix some wording in README
This commit is contained in:
parent
b1e55201cf
commit
cbfb25b390
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ npm install #installs all dependencies
|
||||||
npm build #compiles the app into the dist/ directory
|
npm build #compiles the app into the dist/ directory
|
||||||
```
|
```
|
||||||
|
|
||||||
To serve a development version of the app for testing, you may also use the command `npm start`.
|
You can then copy the files to a webserver's webroot of your choosing as noted above.
|
||||||
|
To serve a development version of the app locally for testing, you may also use the command `npm start`.
|
||||||
|
|
||||||
### Running with Docker
|
### Running with Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue