diff options
author | Lorenz Diener <[email protected]> | 2017-11-21 14:59:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-21 14:59:15 +0100 |
commit | 1c137947608f2e5f4591255fa77865f680248423 (patch) | |
tree | 51687bdf3e9e525050437ef9c030fdae7c0e2795 | |
parent | d32d770888137bf781629325e16ecfc63474f7b5 (diff) | |
download | mastodon.py-1c137947608f2e5f4591255fa77865f680248423.tar.gz |
Update README.rst
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Mastodon.py | |||
35 | mastodon.toot('Tooting from python using #mastodonpy !') | 35 | mastodon.toot('Tooting from python using #mastodonpy !') |
36 | 36 | ||
37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. | 37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. |
38 | Feature complete for public API as of version v2.0 and easy to get started with. | 38 | Feature complete for public API as of Mastodon version 2.0.0 and easy to get started with. |
39 | 39 | ||
40 | You can install Mastodon.py via pypi: | 40 | You can install Mastodon.py via pypi: |
41 | 41 | ||