fixed minor mistake in 'config file-format' ReadMe

One of the given examples for the renaming "-->" was wrong
This commit is contained in:
Burg113 2022-11-15 16:25:31 +01:00 committed by GitHub
parent e69b55b349
commit c92b4af3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`