From 0c369e01d7da80edc0d1e296fde6336cf3de17df Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 29 Jun 2022 22:58:14 +0530 Subject: ACTUALLY fixed all bad imports importing older version --- user/anime/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/anime/README.md') diff --git a/user/anime/README.md b/user/anime/README.md index 80ce4e6..4b8bfe8 100644 --- a/user/anime/README.md +++ b/user/anime/README.md @@ -8,14 +8,14 @@ To *get* anime data, refer to the [`anime`](../../anime) package. ## Installation In a terminal, run ``` fish -go get "github.com/MikunoNaka/MAL2Go/user/anime" +go get "github.com/MikunoNaka/MAL2Go/v2/user/anime" ``` ## Usage Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/user/anime" + "github.com/MikunoNaka/MAL2Go/v2/user/anime" ) ``` -- cgit v1.2.3