From ee5f1dddc0419ff0134ecaeb83e557a52086c84c Mon Sep 17 00:00:00 2001 From: Nayan Ambali Date: Fri, 8 Nov 2013 10:00:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3da0676..6d7ab88a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You are done. If you want to connect to local server then modify the constant in community-app\app\scripts\modules\configurations.js as below ... -.constant('HOST','https://localhost:8443\:8443') //need to escape port number + constant('HOST','https://localhost:8443\:8443') //need to escape port number ...