From 5d2fb7ab73fc0e36d44109e75c9be26bd42084e2 Mon Sep 17 00:00:00 2001 From: Des <31359599+cabbagefork@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:47:06 -0800 Subject: [PATCH] Update condition example in README.md (#22) * Update condition example in README.md Replace double quotes with single quotes. --------- Co-authored-by: CogentRedTester <57207260+CogentRedTester@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e978205..81308e2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In the following examples the condition requires: * `"condition": "sub.external"` - an external subtitle file. * `"condition": "audio.default and sub.id == 1"` - the default audio and the first subtitle in the file. -* `"condition": "mp.get_property('path', ''):find("Anime") ~= nil"` - the path of the current file to contain `Anime`. +* `"condition": "mp.get_property('path', ''):find('Anime') ~= nil"` - the path of the current file to contain `Anime`. ### Inheritance