aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/README.md
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-05-01 01:27:33 -0700
committerForrest L Norvell <forrest@npmjs.com>2015-05-01 16:05:03 -0700
commit56e4255382ad4d2426e034624b41bbe97d18bca0 (patch)
treea4efb056d4a8b356cc232f31e00454834f0a6485 /deps/npm/node_modules/npm-registry-client/README.md
parentb4ad5d7050581fe615dab0ec8ef23c83bd965acb (diff)
downloadandroid-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.tar.gz
android-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.tar.bz2
android-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.zip
deps: upgrade npm to 2.9.0
PR-URL: https://github.com/iojs/io.js/pull/1573 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/README.md')
-rw-r--r--deps/npm/node_modules/npm-registry-client/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/README.md b/deps/npm/node_modules/npm-registry-client/README.md
index 702ae2ea1d..fb3226cf40 100644
--- a/deps/npm/node_modules/npm-registry-client/README.md
+++ b/deps/npm/node_modules/npm-registry-client/README.md
@@ -9,7 +9,7 @@ It handles all the caching and HTTP calls.
```javascript
var RegClient = require('npm-registry-client')
var client = new RegClient(config)
-var uri = "npm://registry.npmjs.org/npm"
+var uri = "https://registry.npmjs.org/npm"
var params = {timeout: 1000}
client.get(uri, params, function (error, data, raw, res) {