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:
parent
bd6ae6f59b
commit
4a3e6d59cb
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue