From 5d76338338621fd0b3d4f7914a51726d27569ee1 Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Mon, 18 Feb 2019 23:33:34 +0100 Subject: [PATCH] doc: add npm add as alias to npm install (#160) PR-URL: https://github.com/npm/cli/pull/160 Credit: @ahasall Reviewed-By: @zkat --- doc/cli/npm-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md index 336311dbfb2bb..4ff4a47cbcf4e 100644 --- a/doc/cli/npm-install.md +++ b/doc/cli/npm-install.md @@ -14,7 +14,7 @@ npm-install(1) -- Install a package npm install npm install - alias: npm i + aliases: npm i, npm add common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run] ## DESCRIPTION