Merge pull request #72 from marclaporte/patch-1

typo
This commit is contained in:
Yasen Pramatarov 2014-05-26 19:18:52 +03:00
commit aeee6d80b6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ In the user home that will be starting Jitsi Videobridge create `.sip-communicat
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
```
Start the videobrdige with:
Start the videobridge with:
```sh
./jvb.sh --host=localhost --domain=jitsi.example.com --port=5347 --secret=YOURSECRET1 &
```