diff options
Diffstat (limited to 'user/manga/README.md')
-rw-r--r-- | user/manga/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/manga/README.md b/user/manga/README.md index db4ed5c..01fc8f0 100644 --- a/user/manga/README.md +++ b/user/manga/README.md @@ -8,14 +8,14 @@ To *get* anime data, refer to the [`manga`](../../manga) package. ## Installation In a terminal, run ``` fish -go get "github.com/MikunoNaka/MAL2Go/user/manga" +go get "github.com/MikunoNaka/MAL2Go/v2/user/manga" ``` ## Usage Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/user/manga" + "github.com/MikunoNaka/MAL2Go/v2/user/manga" ) ``` |