diff options
Diffstat (limited to 'content/docs/mal2go/v4/user/anime')
4 files changed, 5 insertions, 5 deletions
diff --git a/content/docs/mal2go/v4/user/anime/set-priority.md b/content/docs/mal2go/v4/user/anime/set-priority.md index 50788f1..9c76ff3 100644 --- a/content/docs/mal2go/v4/user/anime/set-priority.md +++ b/content/docs/mal2go/v4/user/anime/set-priority.md @@ -1,7 +1,7 @@ --- title: "Set Priority" description: "Set Priority of The Anime" -weight: 9 +weight: 10 --- Use the `SetPriority` method to set the priority of the anime. diff --git a/content/docs/mal2go/v4/user/anime/set-rewatch-count.md b/content/docs/mal2go/v4/user/anime/set-rewatch-count.md index 0f11590..ffe88af 100644 --- a/content/docs/mal2go/v4/user/anime/set-rewatch-count.md +++ b/content/docs/mal2go/v4/user/anime/set-rewatch-count.md @@ -1,7 +1,7 @@ --- title: "Set Rewatch Count" description: "Set times rewatched" -weight: 10 +weight: 9 --- Use the `SetRewatchCount` method to set the number of times the user has rewatched this anime. diff --git a/content/docs/mal2go/v4/user/anime/set-status.md b/content/docs/mal2go/v4/user/anime/set-status.md index 72256e9..f4c6a84 100644 --- a/content/docs/mal2go/v4/user/anime/set-status.md +++ b/content/docs/mal2go/v4/user/anime/set-status.md @@ -1,6 +1,6 @@ --- title: "Set Anime Status" -description: "Set anime's status" +description: "Set an anime's status" weight: 4 --- diff --git a/content/docs/mal2go/v4/user/anime/setting-up.md b/content/docs/mal2go/v4/user/anime/setting-up.md index 397955e..4a3fdad 100644 --- a/content/docs/mal2go/v4/user/anime/setting-up.md +++ b/content/docs/mal2go/v4/user/anime/setting-up.md @@ -6,7 +6,7 @@ weight: 1 How to use the anime package: -1. Install the anime package using this command +1. Install the MAL2Go/user/anime package using this command ``` fish go get github.com/MikunoNaka/MAL2Go/v4/user/anime @@ -31,4 +31,4 @@ func main() { ``` Every program using MAL2Go needs something like this to initialise everything (that you need). -And now we are ready to use the MAL2Go/anime package! +And now we are ready to use the MAL2Go/user/anime package! |