Skip to content

Commit 5d76338

Browse files
ahasallzkat
authored andcommitted
doc: add npm add as alias to npm install (#160)
PR-URL: #160 Credit: @ahasall Reviewed-By: @zkat
1 parent 863baff commit 5d76338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cli/npm-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ npm-install(1) -- Install a package
1414
npm install <tarball url>
1515
npm install <folder>
1616

17-
alias: npm i
17+
aliases: npm i, npm add
1818
common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
1919

2020
## DESCRIPTION

0 commit comments

Comments
 (0)