From be1264d5c3372ce191a7b9739eda220f2647bcf7 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Wed, 15 Jul 2015 09:47:25 +0100 Subject: [PATCH] Update README.md --- examples/voip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/voip/README.md b/examples/voip/README.md index 1253d8000..c3f3d67dd 100644 --- a/examples/voip/README.md +++ b/examples/voip/README.md @@ -2,7 +2,7 @@ To try it out, **you must build the SDK first** and then host this folder: ``` $ npm run build - $ cd examples/browser + $ cd examples/voip $ python -m SimpleHTTPServer 8003 ```