diff --git a/README.md b/README.md
index 23ec5e0a9d302f8159fd7b5fadf5bc64cd5faf19..8d3049d04c269813aeaaec2c14ac75a224bba56a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 # PyPCC
 Python OPC-UA server to control the I2C devices in the LTS. 
 
-+ opcuserv.py: OPC-UA server that expose (visible) variables and methods.
++ pypcc2.py: OPC-UA server that expose (visible) variables and methods.
 
 # Prerequisites
 
@@ -34,7 +34,7 @@ python3 -m pip install -r requirements.txt
 
 # Execute it
 
-The software can be simply executed with Python3:  `python3 opcuaserv.py`
+The software can be simply executed with Python3:  `python3 pypcc2.py -c RCY,CLK,UNB2`
 
 Optional parameters are explained when the `-h` or `--help` parameter is supplied:
 
@@ -47,7 +47,8 @@ usage: pypcc2.py [-h] [-s] [--no-lib-hack] [-p PORT]
 optional arguments:
   -h, --help            show this help message and exit
   -s, --simulator       Do not connect to I2c, but simulate behaviour.
-  --no-lib-hack         Do not require a hacked opcua library. Breaks behaviour.
   -p PORT, --port PORT  Port number to listen on [4842].
+  -c ..
+  -t ...
 ```