Skip to content

Commit bf2b7cb

Browse files
TimoSteuerwaldETASFScholPer
authored andcommitted
Fix reference to examples folder
1 parent 0e861f9 commit bf2b7cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This section contains information on how to build and use Lifecycle feature.
3030
* Build System: Bazel
3131
* Operating System: Linux (Ubuntu 22.04+)
3232
* Dependencies: S-Core Baselibs, Google Flatbuffers, libacl1-dev
33-
* Dependencies of demo applications: Docker, Python (3.12)
33+
* Dependencies of example applications: Docker, Python (3.12)
3434

3535
## Building the project
3636

@@ -122,7 +122,7 @@ TODO: Currently rust binaries are not compiling for QNX.
122122

123123
## Running Lifecycle feature and example applications
124124

125-
The ``demo`` folder contains a demo setup running in a docker container, consisting of a set of example applications and corresponding configuration. As per configuration, Launch Manager will start Health Monitor and a set of configured applications. For more information see [demo/README.md](demo/README.md) file.
125+
The ``examples`` folder contains a demo setup running in a docker container, consisting of a set of example applications and corresponding configuration. As per configuration, Launch Manager will start Health Monitor and a set of configured applications. For more information see [examples/README.md](examples/README.md) file.
126126

127127
## Configuration
128128

@@ -444,7 +444,7 @@ Sample configuration of Health Monitor daemon:
444444
}
445445
```
446446

447-
Full configuration for example applications can be found in ``demo/config`` folder.
447+
Full configuration for example applications can be found in ``examples/config`` folder.
448448

449449
# Architecture
450450

0 commit comments

Comments
 (0)