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 /manga | |
parent | 942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff) |
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'manga')
-rw-r--r-- | manga/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manga/README.md b/manga/README.md index f7bf690..f3ad654 100644 --- a/manga/README.md +++ b/manga/README.md @@ -6,14 +6,14 @@ To *update* manga status (score, status, etc) refer to [`user/manga`](../user/ma ## Installation In a terminal, run ``` fish -go get "github.com/MikunoNaka/MAL2Go/manga" +go get "github.com/MikunoNaka/MAL2Go/v2/manga" ``` ## Usage Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/manga" + "github.com/MikunoNaka/MAL2Go/v2/manga" ) ``` |