diff --git a/EXAMPLES.md b/EXAMPLES.md index b756004..44b032d 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -719,7 +719,7 @@ While yt-dlp does not support RPLAY yet, there is a [fork](https://github.com/c- One way to get a specific version of yt-dlp running would be to clone or download and unpack the repo, and use one of `yt-dlp.sh`/`yt-dlp.cmd` scripts in the project directory in place of yt-dlp executable. -Note, that in order for it to work, Python and the yt-dlp dependencies must be installed (perhaps, by installing yt-dlp itself from PyPI). +Note that, in order for it to work, Python and the yt-dlp dependencies must be installed (perhaps, by installing yt-dlp itself from PyPI). ```yaml @@ -759,4 +759,4 @@ chains: - execute: - "rplay-native" -``` \ No newline at end of file +```