From f3fe6abe3929d56f6b839917f905fb4764eb3ad0 Mon Sep 17 00:00:00 2001 From: Tenzin Chemi Date: Fri, 15 Jan 2021 17:23:55 +0530 Subject: [PATCH] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e167ab3b9..508fb3e82 100644 --- a/README.adoc +++ b/README.adoc @@ -39,7 +39,7 @@ With Spring Cloud Stream, developers can: === Quick Start -You can try Spring Cloud Stream in less then 5 min even before you jump into any details by following this three-step guide. +You can try Spring Cloud Stream in less than 5 min even before you jump into any details by following this three-step guide. We show you how to create a Spring Cloud Stream application that receives messages coming from the messaging middleware of your choice (more on this later) and logs received messages to the console. We call it `LoggingConsumer`.