From e60f5bf85973c4107bd2b40a6d4dc1bfd98fb119 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Mon, 26 May 2014 12:01:44 -0400 Subject: [PATCH] typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3771c1a61..9bfa0cf63 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 & ```