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:
-rw-r--r--doc/cli/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 6b2ac7778..acc221d31 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -157,7 +157,7 @@ after packing it up into a tarball (b).
* `npm install <githubname>/<githubrepo>`:
- Install the package at `https://github.com/githubname/githubrepo" by
+ Install the package at `https://github.com/githubname/githubrepo` by
attempting to clone it using `git`.
Example: