Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Liulia <pavloblack@hotmail.com>2017-04-08 14:54:38 +0300
committerRebecca Turner <me@re-becca.org>2017-04-21 02:12:52 +0300
commit566f3eebe741f935b7c1e004bebf19b8625a1413 (patch)
treee3b7451353ccc7d16a61e9ebe92fab214dea8dec /README.md
parent65b9943e9424c67547b0029f02b0258e35ba7d26 (diff)
doc: preserve same name convention for command
Credit: @desfero PR-URL: https://github.com/npm/npm/pull/16296 Reviewed-By: @iarna
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ba66e46a..cad3409cd 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ If you plan on hacking on npm, `make link` is your friend.
If you've got the npm source code, you can also semi-permanently set
arbitrary config keys using the `./configure --key=val ...`, and then
-run npm commands by doing `node cli.js <cmd> <args>`. (This is helpful
+run npm commands by doing `node cli.js <command> <args>`. (This is helpful
for testing, or running stuff without actually installing npm itself.)
## Windows Install or Upgrade