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 /anime | |
parent | 942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff) |
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'anime')
-rw-r--r-- | anime/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) ``` |