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:
authorOli Evans <oli@zilla.org.uk>2015-03-04 17:48:00 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-05 12:28:40 +0300
commit1226ca98d4d7650cc3ba16bf7ac62e44820f3bfa (patch)
tree00f3acc9abd45ae10cfcc3c89cbda19c31541f87
parent903bdd105b205d6e45d3a2ab83eea8e4071e9aeb (diff)
doc: properly close code block in npm-install.md
Swap quote-mark for back-tick to fix inline code block that was otherwise unterminated.
-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: