readme: suggest npm for consistency

This commit is contained in:
silverwind 2019-05-02 08:18:24 +02:00
parent 6b92f4b871
commit ac319065ce
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -21,7 +21,7 @@ $ updates
When changes are satisfactory, update `package.json` and re-install modules:
```console
$ updates -u && rm -rf node_modules && yarn
$ updates -u && rm -rf node_modules && npm i
```
## Options