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:
authorisaacs <i@izs.me>2011-10-15 01:04:56 +0400
committerisaacs <i@izs.me>2011-10-15 01:06:12 +0400
commit4eb8f6b7bfced57ce8415e98a632af5c5317011c (patch)
tree68ae609781fc65140b5e6f36f62abf8159ebc5ef /README.md
parentf2b9b5dd5b02625cf26c2050916a422650ce3e99 (diff)
Avoid accidentally opening npm.js with WSH
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 2e677dc83..67f5762dc 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ You cannot set configs individually for any single npm function at this
time. Since `npm` is a singleton, any call to `npm.config.set` will
change the value for *all* npm commands in that process.
-See `./bin/npm.js` for an example of pulling config values off of the
+See `./bin/npm-cli.js` for an example of pulling config values off of the
command line arguments using nopt. You may also want to check out `npm
help config` to learn about all the options you can set there.