Skip to content

Commit

Permalink
iox-eclipse-iceoryx#482 fix syntax for overview.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Mar 22, 2021
1 parent dbed449 commit 594ffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/website/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Each application which wants to use iceoryx has to instantiate its runtime, whic
with RouDi. Only one runtime object per user process is allowed.

To do so, the following lines of code are required

```cpp
#include "iceoryx_posh/runtime/posh_runtime.hpp"

iox::runtime::PoshRuntime::initRuntime("some_unique_application_name");

```
### Service description
A ``ServiceDescription`` in iceoryx represents the data to be transmitted and is uniquely identified by three string
Expand Down

0 comments on commit 594ffff

Please sign in to comment.