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:
authorDylan Greene <dylang@gmail.com>2014-01-25 00:52:48 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2014-02-07 08:34:06 +0400
commit3cbf381fc70989d69574fb8ae1ee479809a11c6f (patch)
tree9cc9bb5429c3cc6a8fcda01a1fdf05e3030e4780 /doc/cli/npm-install.md
parent2f608fae949e199d471a64732bf79d25d8019487 (diff)
Replace references to isaacs/npm with npm/npm.
Diffstat (limited to 'doc/cli/npm-install.md')
-rw-r--r--doc/cli/npm-install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 618ebab0f..f9d2104cd 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -146,9 +146,9 @@ after packing it up into a tarball (b).
Examples:
- git+ssh://git@github.com:isaacs/npm.git#v1.0.27
- git+https://isaacs@github.com/isaacs/npm.git
- git://github.com/isaacs/npm.git#v1.0.27
+ git+ssh://git@github.com:npm/npm.git#v1.0.27
+ git+https://isaacs@github.com/npm/npm.git
+ git://github.com/npm/npm.git#v1.0.27
You may combine multiple arguments, and even multiple types of arguments.
For example: