From a61ceecd0e75d43ecdf4f80d81556d754e17db46 Mon Sep 17 00:00:00 2001 From: Scrub <72096833+ScrubN@users.noreply.github.com> Date: Sat, 5 Nov 2022 00:23:11 -0400 Subject: [PATCH] Typo (#406) Co-authored-by: ScrubN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d25f3aa7..fe4658b2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For Arch Linux, there's an [AUR Package](https://aur.archlinux.org/packages/twit ``` chmod +x TwitchDownloaderCLI ``` -1. If you do not have ffmpeg, you can install it via [Homebrew package manager](https://brew.sh/), or you can get it as a standalone file from [ffmpeg.org](https://ffmpeg.org/download.html) or by using TwitchDownloaderCLI: +4. If you do not have ffmpeg, you can install it via [Homebrew package manager](https://brew.sh/), or you can get it as a standalone file from [ffmpeg.org](https://ffmpeg.org/download.html) or by using TwitchDownloaderCLI: ``` ./TwitchDownloaderCLI --download-ffmpeg ```