diff --git a/README.rst b/README.rst index 80dd5af..85edb7f 100644 --- a/README.rst +++ b/README.rst @@ -27,8 +27,24 @@ Utilisation Configuration ------------- -.. include:: config.ini.sample - :literal: +.. code-block:: ini + + [DEFAULT] + + audio_path = /tmp/ + voice_channel = channel_name + text_channel = channel_name + + [discord] + token = + + [gitlab] + url = https://gitlab.example.com/ + token = + + [giphy] + token = + Docker ------