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
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-05 07:26:20 +0400
committerisaacs <i@izs.me>2011-09-05 07:26:20 +0400
commit16db6bd456db07da3f969599e8ce35a39380cc7e (patch)
tree73c601f36320b400f709612a2e75f901a369aca8 /html
parent1693bbc0d32109353954f690a15d71accf50ab63 (diff)
Add the dash so the heading is formatted proper
Diffstat (limited to 'html')
-rw-r--r--html/doc/init.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/doc/init.html b/html/doc/init.html
index 5c34d7ba6..ccd744a34 100644
--- a/html/doc/init.html
+++ b/html/doc/init.html
@@ -6,7 +6,7 @@
<body>
<div id="wrapper">
-<h1>npm init(1)</h1> <p>Interactively create a package.json file</p>
+<h1><a href="init.html">npm init</a></h1> <p>Interactively create a package.json file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>