From 8e55200ff4b3b8f6818e240a2639e8d0e8ef71bf Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 17 Jun 2016 07:37:54 +0200 Subject: [PATCH] Readme: Fix headings. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b94d0e4..a778681 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Currently explicit support has been built in for: Generally, for websites that are not directly supported the bot will print the page title. -# How to run the bot +## How to run the bot In order to properly run the bot, you need to [register a SoundCloud application](http://soundcloud.com/you/apps/new) and [get a YouTube Data API key](https://console.developers.google.com/apis/api/youtube/overview) for it and then feed the API data to the bot through the command line arguments. @@ -25,7 +25,7 @@ Then you can find out which options you can pass to the bot directly by running You need to at least pass the `--server`, `--youtube-key`, `--soundcloud-id` and `--soundcloud-secret` parameters. -# ...with Docker +### ...with Docker You can use the `icedream/irc-medialink` image in order to run this bot in Docker. You can pull it using this command: @@ -54,12 +54,12 @@ services: restart: always ``` -# Support +## Support This bot is officially tested and running on the LibraIRC IRC network (irc.librairc.net) though also being able to run on other IRC networks. For support on LibraIRC please use the channel #MediaLink there to get in contact with Icedream. -# License +## License This project is licensed under the **GNU General Public License Version 2 or later**. For more information check the [LICENSE](LICENSE) file.