From c92b4af3bbfd901a421712062d4862b32b2e4c1b Mon Sep 17 00:00:00 2001 From: Burg113 <70021977+burg113@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:25:31 +0100 Subject: [PATCH] fixed minor mistake in 'config file-format' ReadMe One of the given examples for the renaming "-->" was wrong --- CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index 1ca43c4..640e4af 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -290,7 +290,7 @@ path matches `SOURCE`, it is renamed to `TARGET`. Example: `foo/bar --> baz` - Doesn't match `foo`, `a/foo/bar` or `foo/baz` - Converts `foo/bar` into `baz` -- Converts `foo/bar/wargl` into `bar/wargl` +- Converts `foo/bar/wargl` into `baz/wargl` Example: `foo/bar --> !` - Doesn't match `foo`, `a/foo/bar` or `foo/baz`