From 8c61ca2d6fa0e557b02521e2a5237c0c6bf7cf2e Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 25 Jun 2016 23:30:58 -0700 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c3c3d..fdbd349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ MumbleDJ Changelog ### June 25, 2016 -- `v3.0.7` * Volume can now be set to `volume.lowest` and `volume.highest` (in other words, the range is inclusive now instead of exclusive). -* All configuration values can now be overriden via commandline arguments. For example: `mumbledj --admins.names="SuperUser,Matt" --volume.default="0.5" --commands.add.is_admin="false"` +* All configuration values can now be overridden via commandline arguments. For example: `mumbledj --admins.names="SuperUser,Matt" --volume.default="0.5" --commands.add.is_admin="false"` * __NOTE__: Configuration settings that contain commas (",") are interpreted as string slices (or arrays if you aren't familiar with Go). * Removed an extra period that was sometimes output in error messages.