Fix minor copying error in README

This commit is contained in:
Florine W. Dekker 2021-11-28 17:47:12 +01:00
parent 389bf932ae
commit 0881be4e67
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ $> npm ci
### Building ### Building
```shell script ```shell script
# Build the template in `dist/` for development # Build the tool in `dist/` for development
$> npm run dev $> npm run dev
# Same as above, but automatically rerun it whenever files are changed # Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server $> npm run dev:server
# Build the template in `dist/` for deployment # Build the tool in `dist/` for deployment
$> npm run deploy $> npm run deploy
``` ```