From f850a8093176908df05e9d6ed2f957d0be1e7f25 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 Oct 2014 10:04:43 +0300 Subject: [PATCH] docs(help) rm " " --- HELP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HELP.md b/HELP.md index 7622036d..ee9ff886 100644 --- a/HELP.md +++ b/HELP.md @@ -45,7 +45,7 @@ Start --------------- For starting just type in console: ```sh - cloudcmd +cloudcmd ``` Cloud Commander supports command line parameters: @@ -61,12 +61,12 @@ port from it (`8000` default). if port variables `PORT` or `VCAP_APP_PORT` isn't To begin use, type in address bar of your browser: ``` - http://localhost: +http://localhost: ``` With default settings it would be: ``` - http://localhost:8000 +http://localhost:8000 ``` Update @@ -75,7 +75,7 @@ If you installed Cloud Commander with `npm`, stop application and re-install it: ```sh - npm i cloudcmd -g +npm i cloudcmd -g ``` Then start it again, clear cache of your browser and reload page.