From 8b5afaf1c1420f7957aba6e2f5c66a30c3b1a169 Mon Sep 17 00:00:00 2001 From: mohammed-ali-1 Date: Mon, 11 Feb 2019 14:06:52 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2151506d..155c52c7b3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ parse-dashboard --dev --appId yourAppId --masterKey yourMasterKey --serverURL "h You may set the host, port and mount path by supplying the `--host`, `--port` and `--mountPath` options to parse-dashboard. You can use anything you want as the app name, or leave it out in which case the app ID will be used. -NB: the `--dev` parameter is disabling production-ready security features, do not use this parameter when starting the dashboard in production. This parameter is useful is you are running on docker. +NB: the `--dev` parameter is disabling production-ready security features, do not use this parameter when starting the dashboard in production. This parameter is useful if you are running on docker. After starting the dashboard, you can visit http://localhost:4040 in your browser: