Readme is now ACTUALLY rst

This commit is contained in:
Lorenz Diener 2016-11-24 20:55:54 +01:00
pare ce4f2e64fc
commit 2690e0f8eb

Veure arxiu

@ -1,4 +1,6 @@
# Mastodon.py Mastodon.py
===========
.. code-block::
mastodon = Mastodon( mastodon = Mastodon(
client_id = 'pytooter_clientcred.txt', client_id = 'pytooter_clientcred.txt',
@ -6,7 +8,6 @@
) )
mastodon.toot('Tooting from python!') mastodon.toot('Tooting from python!')
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
Feature complete for public API version v1 and easy to get started with. Feature complete for public API version v1 and easy to get started with.