From d7480a4b4f123f4e50a9898778d61f4febb3cfcd Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Thu, 30 Jun 2022 22:30:52 +0200 Subject: [PATCH] iox-#4 Improve wording on examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c0f4e4..dfbb812 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ find target -type f -wholename "*/iceoryx-install/bin/iox-roudi" -exec {} \; ### Run the simple publisher and subscriber example +The `publisher_simple` and `subscriber_simple` examples are demonstrating a typical inter-process communication +use case. + A good introductory example to demonstrate the inter-process communication are `publisher_simple` and `subscriber_simple`.