summaryrefslogtreecommitdiff
path: root/examples/hello_world/readme
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/readme')
-rw-r--r--examples/hello_world/readme4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello_world/readme b/examples/hello_world/readme
index e2e1408..9b19424 100644
--- a/examples/hello_world/readme
+++ b/examples/hello_world/readme
@@ -21,12 +21,12 @@ the devices addresses.
To start the hello world client and service from their build-directory do:
HOST1:
-VSOMEIP_CONFIGURATION_FILE=../helloworld-local.json \
+VSOMEIP_CONFIGURATION=../helloworld-local.json \
VSOMEIP_APPLICATION_NAME=hello_world_service \
./hello_world_service
HOST1:
-VSOMEIP_CONFIGURATION_FILE=../helloworld-local.json \
+VSOMEIP_CONFIGURATION=../helloworld-local.json \
VSOMEIP_APPLICATION_NAME=hello_world_client \
./hello_world_client