From 1226ca98d4d7650cc3ba16bf7ac62e44820f3bfa Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 4 Mar 2015 14:48:00 +0000 Subject: doc: properly close code block in npm-install.md Swap quote-mark for back-tick to fix inline code block that was otherwise unterminated. --- doc/cli/npm-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /`: - 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: -- cgit v1.2.3