From 37d4e42ba9e0f954112da83d694b598e653cb38a Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 8 Jun 2017 17:14:42 +0200 Subject: [PATCH] README updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cbfc66e..a6c15ac7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ We have implemented a very basic demo application to see OpenVidu in action. To docker run -p 5000:5000 -p 4040:4040 -e KMS_STUN_IP=193.147.51.12 -e KMS_STUN_PORT=3478 -e openvidu.security=false openvidu/openvidu-plainjs-demo ``` - - Wait until you see a public URL ended with _ngrok.io_. You can share this URL with anyone you want to tests the app over the Internet! + - Wait until you see a public URL ended with `.ngrok.io`. You can connect locally in [`localhost:5000`](http://localhost:5000) or by using the ngrok public URL. You can also share this URL with anyone you want to test the app over the Internet! ----------