Skip to content

Commit

Permalink
Update condition example in README.md (CogentRedTester#22)
Browse files Browse the repository at this point in the history
* Update condition example in README.md

Replace double quotes with single quotes.

---------

Co-authored-by: CogentRedTester <[email protected]>
  • Loading branch information
cabbagefork and CogentRedTester authored Feb 21, 2023
1 parent c4a99e6 commit 5d2fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d2fb7a

Please sign in to comment.