aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-31 10:58:31 +0200
committerGitHub <[email protected]>2018-07-31 10:58:31 +0200
commitef1bb2e4b08b2d9b4d09649b6c32bf5f15df2f47 (patch)
tree58643e37497d27d8a20f68178ffd93ccda2bc420
parent56f82a0015e36818f51b8d7a8a589d471de554ad (diff)
downloadmastodon.py-ef1bb2e4b08b2d9b4d09649b6c32bf5f15df2f47.tar.gz
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 088cf73..97919e0 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ Mastodon.py
34 mastodon.toot('Tooting from python using #mastodonpy !') 34 mastodon.toot('Tooting from python using #mastodonpy !')
35 35
36Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. 36Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
37Feature complete for public API as of Mastodon version 2.4.0 and easy to get started with. 37Feature complete for public API as of Mastodon version 2.4.3 and easy to get started with.
38 38
39You can install Mastodon.py via pypi: 39You can install Mastodon.py via pypi:
40 40
Powered by cgit v1.2.3 (git 2.41.0)