From d9de4f185afa2b89d396068d2960a5fa2b8ce3f3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 Jan 2021 22:32:02 +0100 Subject: [PATCH] Fix TOC --- README.md | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index be94ee8..7dfe9f4 100644 --- a/README.md +++ b/README.md @@ -21,26 +21,20 @@ on and are still going on in - [Install](#install) - [Example](#example) - [API Reference](#api-reference) - -* [Bot.direct(message)](#botdirect-message-) -* [Bot.group(message)](#botgroup-message-) -* [SimpleMessage](#simplemessage) - + - [Bot.direct(message)](#botdirect-message-) + - [Bot.group(message)](#botgroup-message-) + - [SimpleMessage](#simplemessage) - [Working with your bot](#working-with-your-bot) - -* [Documentation](#documentation) -* [Commands](#commands) -* [Avatars](#avatars) - -- [Configuration](#configuration) - - [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) - -* [Persistent storage](#persistent-storage) - - [Redis key/value storage](#redis-key-value-storage) -* [Loading Plugins](#loading-plugins) - + - [Documentation](#documentation) + - [Commands](#commands) + - [Avatars](#avatars) + - [Configuration](#configuration) + - [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) + - [Persistent storage](#persistent-storage) + - [Redis key/value storage](#redis-key-value-storage) + - [Loading Plugins](#loading-plugins) - [Deploy your bots](#deploy-your-bots) - [Roadmap](#roadmap) - [Changes](#changes)