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/manga/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/manga/README.md') diff --git a/user/manga/README.md b/user/manga/README.md index db4ed5c..01fc8f0 100644 --- a/user/manga/README.md +++ b/user/manga/README.md @@ -8,14 +8,14 @@ To *get* anime data, refer to the [`manga`](../../manga) package. ## Installation In a terminal, run ``` fish -go get "github.com/MikunoNaka/MAL2Go/user/manga" +go get "github.com/MikunoNaka/MAL2Go/v2/user/manga" ``` ## Usage Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/user/manga" + "github.com/MikunoNaka/MAL2Go/v2/user/manga" ) ``` -- cgit v1.2.3