diff --git a/iceoryx_examples/icediscovery/README.md b/iceoryx_examples/icediscovery/README.md index 4439f86bf9..34687476de 100644 --- a/iceoryx_examples/icediscovery/README.md +++ b/iceoryx_examples/icediscovery/README.md @@ -12,9 +12,13 @@ In addition the applications `iox-wait-for-service` and `iox-discovery-monitor` to write custom discovery functionality to wait for specific services or monitor the availability of services respectively. + ## Code walkthrough diff --git a/iceoryx_examples/icediscovery_in_c/README.md b/iceoryx_examples/icediscovery_in_c/README.md index 153075c7a2..176562d0ee 100644 --- a/iceoryx_examples/icediscovery_in_c/README.md +++ b/iceoryx_examples/icediscovery_in_c/README.md @@ -7,9 +7,13 @@ service discovery. It provides two applications - one offering different services and one searching for those with different search queries. The behavior and structure is quite similar to the [icediscovery C++ example](../icediscovery). + ## Code walkthrough