From 4eb8f6b7bfced57ce8415e98a632af5c5317011c Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 14 Oct 2011 14:04:56 -0700 Subject: Avoid accidentally opening npm.js with WSH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3