diff options
Diffstat (limited to 'manga/README.md')
-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" ) ``` |