1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Update README.md

This commit is contained in:
Kegsay
2015-07-15 09:47:25 +01:00
parent 4cf0e10c02
commit be1264d5c3

View File

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