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:
authorisaacs <i@izs.me>2010-04-26 08:02:53 +0400
committerisaacs <i@izs.me>2010-04-26 08:02:53 +0400
commit64afd3d94d5819b9a8b96cdaded1660d7b0b2a57 (patch)
tree3ee5025afa093e7f59623268d8cb0223ad4889ed /doc/publish.md
parent94069af9be40a68a21fd8f9bee38b1c3202cd18e (diff)
Clean up the docs further. Make them more consistent.
Diffstat (limited to 'doc/publish.md')
-rw-r--r--doc/publish.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/publish.md b/doc/publish.md
index 6de79ac5d..e786d0b5a 100644
--- a/doc/publish.md
+++ b/doc/publish.md
@@ -1,7 +1,12 @@
npm-publish(1) -- Publish a package
===================================
- npm publish http://host.com/path/to/tarball.tgz
+
+## SYNOPSIS
+
+ npm publish <tarball-url>
+
+## DESCRIPTION
Publishes a tarball containing a package to the npm registry.