From 90c2cdd4bb818ccc57101340cf52539ffda3221f Mon Sep 17 00:00:00 2001 From: Ray Dixon <4732842+raydixon@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:34:46 -0800 Subject: [PATCH] correcting `downloade` to `download` Fixing minor tyopographical error in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198f676..882ba1d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker run \ Where: -* `/path/to/downloaded/videos` is where youtube-dl will download videos to (use `"$(pwd)"` to downloade to current working directory. +* `/path/to/downloaded/videos` is where youtube-dl will download videos to (use `"$(pwd)"` to download to current working directory. * `/path/to/yt-dlp.conf` is the path to your yt-dlp.conf file. ## Authentication using `.netrc`