diff --git a/README.md b/README.md
index 307c408a05b02839f27fe3b4642a6d28277f3d44..bd4846ccb57ed3c7ef7d22caa9f8c5e43059b0c5 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Startup server process:
 (for testing)
 ```
 cd src
-./sdptr --configfile=uniboard.conf --nodaemon
+./sdptr --type LTS --configfile=sdptr.conf --nodaemon
 ```
 
 
@@ -99,9 +99,10 @@ Compile the OPCua client:
 then execute the command shown in the README file in that directory
 
 1. Start the sdptr server on dop36:
+if `--configfile` is not used, sdptr is looking in the default place `/etc/sdptr.conf`
 ```
 cd src
-./sdptr --configfile=uniboard.conf --nodaemon
+./sdptr --type LTS --configfile=sdptr.conf --nodaemon
 ```
 
 2. Run the client: