diff options
author | Lorenz Diener <[email protected]> | 2017-04-12 10:21:09 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-12 10:21:09 +0200 |
commit | cd2165131a3dcc1d044dbaefde1cfcd1c5b78dcf (patch) | |
tree | 72185062951117429130d8146af300d55ca37ac9 | |
parent | 7c7cf8478d825f449443c2419cd6c8380a0b8629 (diff) | |
download | mastodon.py-cd2165131a3dcc1d044dbaefde1cfcd1c5b78dcf.tar.gz |
URL change in README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Mastodon.py | |||
29 | ) | 29 | ) |
30 | mastodon.toot('Tooting from python!') | 30 | mastodon.toot('Tooting from python!') |
31 | 31 | ||
32 | Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. | 32 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. |
33 | Feature complete for public API version v1 and easy to get started with. | 33 | Feature complete for public API version v1 and easy to get started with. |
34 | 34 | ||
35 | You can install Mastodon.py via pypi: | 35 | You can install Mastodon.py via pypi: |