Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxymiity authored Jun 12, 2021
1 parent 09759e5 commit f55a290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ print(manga.title + "'s latest chapter:")
print(manga.last_chapter)
````
Here's the terminal output:
![Quick start demo image](https://api.proxymiity.fr/github/Proxymiity/MangaDex.py/quick_start_demo.png)
![Quick start demo image](https://api.ayaya.red/github/Proxymiity/MangaDex.py/quick_start_demo.png)
*You can find more examples on [this page](https://github.com/Proxymiity/MangaDex.py/wiki/Examples)*

### Explanation
Expand All @@ -39,4 +39,4 @@ Here's the terminal output:
``manga = cli.get_manga("b9797c5b-642e-44d9-ac40-8b31b9ae110a", full=True)`` returns a `Manga` object, which contains the `last_volume` and `last_chapter` properties.

# Documentation
The full API documentation is available [in this repository's wiki](https://github.com/Proxymiity/MangaDex.py/wiki).
The full API documentation is available [in this repository's wiki](https://github.com/Proxymiity/MangaDex.py/wiki).

0 comments on commit f55a290

Please sign in to comment.