From 3cbf381fc70989d69574fb8ae1ee479809a11c6f Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 24 Jan 2014 15:52:48 -0500 Subject: Replace references to isaacs/npm with npm/npm. --- doc/cli/npm-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/cli/npm-install.md') 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: -- cgit v1.2.3