Skip to content

Commit

Permalink
iox-eclipse-iceoryx#415 Minor changes in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Marika Lehmann <marika.lehmann@apex.ai>
  • Loading branch information
FerdinandSpitzschnueffler committed Feb 21, 2022
1 parent d2482e1 commit 59f5588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iceoryx_examples/icediscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Introduction

This example demonstrates how to search for specific services using the
iceoryx's `ServiceDiscovery`. It provides two applications - one offering
different services and one searching for these making different search queries.
This example demonstrates how to search for specific services using iceoryx's
`ServiceDiscovery`. It provides two applications - one offering different
services and one searching for these making different search queries.
A `service` in iceoryx is defined by a `ServiceDescription` that represents a
topic under which publisher/server and subscriber/client can exchange data.

Expand Down Expand Up @@ -52,7 +52,7 @@ void printSearchResult(const iox::capro::ServiceDescription& service)
}
```
We can search for unique services:
We can search for exactly matching services:
<!--[geoffrey][iceoryx_examples/icediscovery/iox_find_service.cpp][search for unique service]-->
```cpp
Expand Down

0 comments on commit 59f5588

Please sign in to comment.