From 8970deec3fb5f9d1939be894132025f5a86657ae Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 30 May 2016 11:08:21 +0200 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e466d28..04d52fd 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ npmci install stable # will install latest stable node version and update PAth f npmci install x.x.x # will install any specific node version. # Install any node version, install dependencies and run test in cwd: -npmci test lts // will install latest lts node version and run "npm install" and "npm test". +npmci test lts # will install latest lts node version and run "npm install" and "npm test". # publish npm module -npmci publish // will look vor $NPMCITOKEN env var and push any module in cwd to npm +npmci publish # will look vor $NPMCITOKEN env var and push any module in cwd to npm ```