From 1f1f6849dcdb2f0217c841d340c7c5f91c81d93a Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:50:10 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255f9d9..7bdef2b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http $ scoop bucket add extras # <- in case you haven't added the extra repository already $ scoop install crunchyroll-go ``` -- 🛠 Build it yourself. Must be done if your target platform is not covered by the [provided binaries](https://github.com/ByteDream/crunchyroll-go/releases/latest) (like Raspberry Pi or M1 mac): +- 🛠 Build it yourself. Must be done if your target platform is not covered by the [provided binaries](https://github.com/ByteDream/crunchyroll-go/releases/latest) (like Raspberry Pi or M1 Mac): - use `make` (requires `go` to be installed): ```shell $ git clone https://github.com/ByteDream/crunchyroll-go