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/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/README.md') diff --git a/user/README.md b/user/README.md index 503f4da..2717835 100644 --- a/user/README.md +++ b/user/README.md @@ -5,7 +5,7 @@ MAL2Go `user` package has functionality related to getting data about the authen Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/user" + "github.com/MikunoNaka/MAL2Go/v2/user" ) ``` -- cgit v1.2.3