Skip to content

Commit 85095da

Browse files
authored
npm: align arguments (#19109)
1 parent 795546f commit 85095da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- Download the latest version of a package and install it globally:
2424

25-
`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}`
25+
`npm {{[i|install]}} {{package_name}} {{[-g|--global]}}`
2626

2727
- Uninstall a package and remove it from the list of dependencies in `package.json`:
2828

0 commit comments

Comments
 (0)