Fix minor copying error in README

main
Florine W. Dekker 2 years ago
parent 389bf932ae
commit 0881be4e67
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0

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

Loading…
Cancel
Save