From 8c1d284335917d7bd9b594410b8f23cf3041ff66 Mon Sep 17 00:00:00 2001 From: dlandiak Date: Thu, 19 Dec 2024 15:38:24 +0200 Subject: [PATCH] update diagrams to be better visible on white screen in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c80fc9fa4..4953e0b02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ three main scenarios for MQTT-based solutions. miss any single message.

- Diagram showing fan-in communication pattern

@@ -29,7 +29,7 @@ three main scenarios for MQTT-based solutions. This case is known as a **fan-out (broadcast)** pattern.

- Diagram showing fan-out communication pattern

@@ -40,7 +40,7 @@ three main scenarios for MQTT-based solutions. publisher and a specific subscriber through uniquely defined topics.

- Diagram showing p2p communication pattern