1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:55:33 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`: