diff options
Diffstat (limited to 'user/README.md')
-rw-r--r-- | user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/README.md b/user/README.md index 503f4da..2717835 100644 --- a/user/README.md +++ b/user/README.md @@ -5,7 +5,7 @@ MAL2Go `user` package has functionality related to getting data about the authen Firstly, import this package and instanciate the client. ``` go import ( - "github.com/MikunoNaka/MAL2Go/user" + "github.com/MikunoNaka/MAL2Go/v2/user" ) ``` |