diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-15 11:01:41 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-15 11:01:41 +0200 |
commit | 2648c2f6a2463b5aaeeb623751f27a5455b511a2 (patch) | |
tree | b2ccedc2dd3c169c490f59fe0c9c0bf133e14ff7 | |
parent | dfabae2f54950f5d34a1cf2c4747fdd565c178a5 (diff) | |
download | mastodon.py-2648c2f6a2463b5aaeeb623751f27a5455b511a2.tar.gz |
update README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | Mastodon.py | 1 | Mastodon.py |
2 | =========== | 2 | =========== |
3 | Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API. | 3 | Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API. |
4 | Feature complete for public API as of Mastodon version 3.0.1 (pypi) / 3.3.0 (current master) and easy to get started with: | 4 | Feature complete for public API as of Mastodon version 3.3.0 and easy to get started with: |
5 | 5 | ||
6 | .. code-block:: python | 6 | .. code-block:: python |
7 | 7 | ||