From 9a6116277d858447ed0f4badf1fe751c0e5c0e9f Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 29 May 2020 19:23:27 +0200 Subject: [PATCH] Change wording in example yabridge.toml file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f16efcc1..b8251903 100644 --- a/README.md +++ b/README.md @@ -156,16 +156,16 @@ group = "fabfilter" ["MeldaProduction/Tools/MMultiAnalyzer.so"] group = "melda" -# Matches an entire directory and all files inside it. Make sure to not include -# a trailing slash. +# Matches an entire directory and all files inside it, make sure to not include +# a trailing slash ["ToneBoosters"] group = "toneboosters" -# Simple glob patterns can be used to avoid a unnecessary repitition +# Simple glob patterns can be used to avoid a unneeded repitition ["iZotope*/Neutron *"] group = "izotope" -# And of course, you can also add multiple plugins to the same group by hand +# Of course, you can also add multiple plugins to the same group by hand ["iZotope7/Insight 2.so"] group = "izotope"