npm: fix typo (#13724)

This commit is contained in:
Sebastiaan Speck
2024-09-17 09:59:41 +02:00
committed by GitHub
parent bd6ae6f59b
commit 4a3e6d59cb

View File

@@ -22,7 +22,7 @@
- Download the latest version of a package and install it globally: - Download the latest version of a package and install it globally:
`npm install {{-g|--global}} {{package_name}}0` `npm install {{-g|--global}} {{package_name}}`
- Uninstall a package and remove it from the list of dependencies in `package.json`: - Uninstall a package and remove it from the list of dependencies in `package.json`: