From e2cbf0fe9d74c2df40fa27eefa2fcb7c45fe9f94 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 19 May 2016 13:51:46 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eacc9b7b74..33a0ee0ded 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm adduser --registry http://52.16.120.219:4873 ##### How to publish on it: -Add the repository to your package.json. +- Add the repository to your package.json. ATTENTION: If you don't add the following lines, the package is published on the public Npm repository. ```json @@ -30,8 +30,7 @@ ATTENTION: If you don't add the following lines, the package is published on the "registry": "http://52.16.120.219:4873/" } ``` - -Run the command below: +- Then run the command below each time you want to publish a new version: ```sh npm version patch