From 3b599f0bf0c1418b4a9f914af0aae5e5e6c023e6 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Thu, 21 Jan 2021 10:20:06 +0000
Subject: [PATCH] Add TOC to readme

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index fa058e4..49d8c40 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,22 @@ Exposes general purpose IO (GPIO), hardware sensors and serial devices to an MQT
 
 Visit the [GitHub Wiki](https://github.com/flyte/pi-mqtt-gpio/wiki/Home) for more detailed information.
 
+- [MQTT IO](#mqtt-io)
+  - [Supported Hardware](#supported-hardware)
+    - [GPIO Modules](#gpio-modules)
+    - [Sensors](#sensors)
+    - [Streams](#streams)
+  - [Installation](#installation)
+  - [Execution](#execution)
+  - [Configuration](#configuration)
+    - [Pins](#pins)
+    - [Modules](#modules)
+    - [Sensors](#sensors-1)
+    - [Streams](#streams-1)
+    - [OrangePi boards](#orangepi-boards)
+  - [Serving Suggestion](#serving-suggestion)
+  - [Docker](#docker)
+
 ## Supported Hardware
 
 ### GPIO Modules
-- 
GitLab