diff --git a/README.md b/README.md index 95d39d6..a42cd88 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ XMPP bot experiments going on in - [Commands](#commands) - [Avatars](#avatars) - [Configuration](#configuration) - - [Using the `.conf` configuration file](#using-the--conf--configuration-file) + - [Using the `.conf` configuration file](#using-the-conf-configuration-file) - [Using the command-line interface](#using-the-command-line-interface) - [Using the environment](#using-the-environment) - [Storage back-end](#storage-back-end) - [Loading Plugins](#loading-plugins) - [Serving HTTP](#serving-http) - [API Reference](#api-reference) - - [Bot.direct(message)](#botdirect-message-) - - [Bot.group(message)](#botgroup-message-) - - [Bot.serve(request)](#botserve-request-) - - [Bot.routes()](#botroutes--) - - [Bot.setup()](#botsetup--) + - [Bot.direct(message)](#bot-direct-message) + - [Bot.group(message)](#bot-group-message) + - [Bot.serve(request)](#bot-serve-request) + - [Bot.routes()](#bot-routes) + - [Bot.setup()](#bot-setup) - [SimpleMessage](#simplemessage) - [Bot](#bot) - [Chatroom](#chatroom)