From be27bb7b2f156d82e4c705df8d4d7aca519c8d7a Mon Sep 17 00:00:00 2001 From: Kartik Gupta Date: Thu, 18 Jul 2019 12:42:27 +0530 Subject: [PATCH] Fixes readme for middleware section link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 829f0c9f..507e265c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To start a stream (a thread that reads messages from Kafka), add this to your co (ziggurat/main start-fn stop-fn {:stream-id {:handler-fn main-fn}}) ``` -Please refer to the [Middleware section](#middleware-on-ziggurat) +Please refer to the [Middleware section](#middleware-in-ziggurat) * The main-fn is the function that will be applied to every message that is read from the Kafka stream. * The main-fn returns a keyword which can be any of the below words