From c9ad097d8521a7463019293ec572090923495022 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:42:01 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a477171..014da47 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http ```shell $ yay -S crunchyroll-go ``` - - On Windows [scoop](https://scoop.sh/) can be used to install it (added by [@AdmnJ](https://github.com/AdmnJ)): -- ```shell +- On Windows [scoop](https://scoop.sh/) can be used to install it (added by [@AdmnJ](https://github.com/AdmnJ)): + ```shell $ scoop bucket add extra # <- in case you haven't added the extra repository already $ scoop install crunchyroll-go ```