diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:58:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-29 22:58:14 +0530 |
commit | 0c369e01d7da80edc0d1e296fde6336cf3de17df (patch) | |
tree | 4cf1812cf22ab45b89960dcf86a428c681bdde4f /user/README.md | |
parent | 942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff) |
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'user/README.md')
-rw-r--r-- | user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) ``` |