Update README.md

This commit is contained in:
Nayan Ambali 2013-11-08 10:00:55 +05:30
parent a162bea39c
commit ee5f1dddc0

View File

@ -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
...