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