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 ```