aboutsummaryrefslogtreecommitdiff
path: root/anime
diff options
context:
space:
mode:
Diffstat (limited to 'anime')
-rw-r--r--anime/README.md4
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"
)
```