Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Jul 13, 2020
1 parent ca4128f commit 6f24e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An easy to use Python Wrapper for the AlexFlipnote API
- aiohttp (python3 -m pip install -U aiohttp)

# Documentation
See the full and detailed [docs here](https://github.com/Soheab/alexflipnote.py/blob/testing/docs.md)
See the full and detailed [docs here](https://github.com/Soheab/alexflipnote.py/blob/master/docs.md)

# Installation
Install the package by doing one of the following commands:
Expand All @@ -28,6 +28,9 @@ which can be unstable or have breaking changes:
- `pip install git+https://github.com/Soheab/alexflipnote.py@testing -U`
- `python -m pip install git+https://github.com/Soheab/alexflipnote.py@testing -U`

# Changelog
See the changelog for each [version here](https://github.com/Soheab/alexflipnote.py/blob/master/changelog.md)

# Examples

Get a random cat pic:
Expand Down

0 comments on commit 6f24e75

Please sign in to comment.