readme: remove dash for consistency

This commit is contained in:
silverwind 2019-07-12 16:26:32 +02:00
parent 38ca7e60f8
commit 56bd7ab521
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -19,7 +19,7 @@ Then, check for new updates:
$ npx updates
```
When changes are satisfactory, update `package.json` and re-install modules:
When changes are satisfactory, update `package.json` and reinstall modules:
```console
$ npx updates -u && rm -rf node_modules && npm i
```