From ad703fb98515aab5f418eb091f3b597fb82c2566 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 1 May 2022 17:12:29 +0200 Subject: [PATCH] Update documentation url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb657b6..c58e2ea 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Download the library via `go get` $ 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). +The documentation is available on [pkg.go.dev](https://pkg.go.dev/github.com/ByteDream/crunchyroll-go/v2). Examples how to use the library and some features of it are described in the [wiki](https://github.com/ByteDream/crunchyroll-go/wiki/Library).