From 11622602dce0b8196828a344e74fd8f419ec8228 Mon Sep 17 00:00:00 2001 From: Marco Brotas Date: Mon, 16 Oct 2023 17:03:37 +0200 Subject: [PATCH] chore: update readme index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0de1f45..5380cb8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A command bus to demand all the things. 1. [Commands](#Commands) 2. [Handlers](#Handlers) 3. [Error Handlers](#Error-Handlers) +3. [Middlewares](#Middlewares) 4. [The Bus](#The-Bus) 1. [Tweaking Performance](#Tweaking-Performance) 2. [Shutting Down](#Shutting-Down)