diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-03-13 02:07:27 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-03-15 21:41:52 -0400 |
commit | 7d0baf174155195bcc93ec63716118a3696095d7 (patch) | |
tree | 7964cba8d07b6f0954e43497a4d40a9b5a4de814 /deps/npm/man/man1/npm-install.1 | |
parent | 4eb8810a27a710bcfdf15fc03fbb22a65e655aff (diff) | |
download | node-new-7d0baf174155195bcc93ec63716118a3696095d7.tar.gz |
deps: upgrade npm to 2.7.1
PR-URL: https://github.com/iojs/io.js/pull/1142
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/man/man1/npm-install.1')
-rw-r--r-- | deps/npm/man/man1/npm-install.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-install.1 b/deps/npm/man/man1/npm-install.1 index 3f01a6085f..e8416eb4c3 100644 --- a/deps/npm/man/man1/npm-install.1 +++ b/deps/npm/man/man1/npm-install.1 @@ -182,8 +182,8 @@ fetch the package by name if it is not valid\. .RE .IP \(bu 2 \fBnpm install <githubname>/<githubrepo>\fR: - Install the package at \fBhttps://github\.com/githubname/githubrepo" by - attempting to clone it using\fRgit`\. + Install the package at \fBhttps://github\.com/githubname/githubrepo\fR by + attempting to clone it using \fBgit\fR\|\. Example: .P .RS 2 |