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:
authortimoweiss <timoweiss@Timo-MBP.local>2014-05-13 23:33:30 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-09-21 09:49:16 +0400
commitbfbb1a40b81955d1bc3685cda0e8c609c66a72a4 (patch)
tree7cb6c757069fedd9807c106d90e778171fe02984 /README.md
parente8353c60972577af0b80b543d8d10b72e234818d (diff)
update docs, fixes #4343
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 19ced3a81..ecb3f29e2 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ use npm itself to do.
if (er) return commandFailed(er)
// command succeeded, and data might have some info
})
- npm.on("log", function (message) { .... })
+ npm.registry.log.on("log", function (message) { .... })
})
The `load` function takes an object hash of the command-line configs.