Skip to content

Commit

Permalink
Fixes readme for middleware section link
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik7153 committed Jul 18, 2019
1 parent edf82dc commit be27bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be27bb7

Please sign in to comment.