diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2022-02-23 16:09:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 16:09:05 +0000 |
commit | b25ce0be1e3dea89d5bbd8826c487f8d9651f140 (patch) | |
tree | 5c54cec3ed50f5f3298de4c6a5f44002205d409a | |
parent | 3d0196e8b861675507954b9569b98058ca747137 (diff) |
Update README to add info about manga package
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Go needs to be installed and `$GOPATH` should be set up [anime](anime) package contains all the functionality for pulling data about anime from the API. +[manga](manga) package +contains all the functionality for pulling data about manga from the API. + [user](user) package has the functionality for getting user data and updating information. |