From 827f0458453597d16bf1c8667ccbc6e517f365e9 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 6 May 2021 09:06:54 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636806e..e27ec47 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction Consider you have an array of brokers but you want to publish and subscribe on all of them at the same time. -Why you may need this setup? consider clients randomly distributed between available clusters and you don't want to check which client is connected to which +Why you may need this setup? consider clients are randomly distributed between available clusters and you don't want to check which client is connected to which broker so you will publish on all cluster and your client is connected to one them. ## How?