From 6202b58bca33d89f5397c4ad9ecd27145840ef32 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Fri, 20 Feb 2015 11:04:01 -0800 Subject: [PATCH] Add -insecure flag to README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712ce7e..dfd12f9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ MumbleDJ * [Thanks](#thanks) ## USAGE -`$ mumbledj -server=localhost -port=64738 -username=MumbleDJ -password="" -channel=root -cert="" -key=""` +`$ mumbledj -server=localhost -port=64738 -username=MumbleDJ -password="" -channel=root -cert="" -key="" -insecure` All parameters are optional, the example above shows the default values for each field. ## FEATURES