From ad12e97856fc8e037c148b490da339dc6efba09c Mon Sep 17 00:00:00 2001 From: "Filipponi, Luca (ELS)" Date: Sun, 29 Sep 2019 12:48:53 +0100 Subject: [PATCH] reduced the font of the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d362a6b..1da293e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ offset 1000 on the topic "test_topic" you should run in this way: `java -jar kafka-message-seeker.jar --topic test_topic --offset 1000 --search-for hello` -# Build your jar: +### Build your jar: You can build your own jar using sbt: ```