readme tweak

This commit is contained in:
silverwind 2023-04-23 23:45:14 +02:00
parent c96f60f162
commit 3d8b4d55fa
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -11,7 +11,7 @@
# check for updates
npx updates
# update package.json and install them
# update package.json and install new dependencies
npx updates -u && npm i
```