aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0ddd641..52cd064 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ Mastodon.py
29 ) 29 )
30 mastodon.toot('Tooting from python!') 30 mastodon.toot('Tooting from python!')
31 31
32Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. 32Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
33Feature complete for public API version v1 and easy to get started with. 33Feature complete for public API version v1 and easy to get started with.
34 34
35You can install Mastodon.py via pypi: 35You can install Mastodon.py via pypi:
Powered by cgit v1.2.3 (git 2.41.0)