aboutsummaryrefslogtreecommitdiff
path: root/user/manga/README.md
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:58:14 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-29 22:58:14 +0530
commit0c369e01d7da80edc0d1e296fde6336cf3de17df (patch)
tree4cf1812cf22ab45b89960dcf86a428c681bdde4f /user/manga/README.md
parent942f1f1be027a536b6a152caadd85a7af1a1fdd4 (diff)
ACTUALLY fixed all bad imports importing older version
Diffstat (limited to 'user/manga/README.md')
-rw-r--r--user/manga/README.md4
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"
)
```