From 2b80e3b85d0704adf317a5a8e3150a55c5a87151 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 18 Dec 2024 03:14:59 +0000 Subject: [PATCH] Fix typo in EXAMPLES.md --- EXAMPLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```