From ddfd2b44a10e53012827127ff2e4e8d778ad5259 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 1 May 2022 14:03:17 +0200 Subject: [PATCH] Update library get option to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bdef2b..cb657b6 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ These flags you can use across every sub-command Download the library via `go get` ```shell -$ go get github.com/ByteDream/crunchyroll-go +$ go get github.com/ByteDream/crunchyroll-go/v2 ``` The documentation is available on [pkg.go.dev](https://pkg.go.dev/github.com/ByteDream/crunchyroll-go).