diff --git a/README.md b/README.md
index d5cb4ac50f12f73e013e6f825db331a61b90413b..09794a7029849e8dcce3e0c7af928965f23486e6 100644
--- a/README.md
+++ b/README.md
@@ -35,16 +35,15 @@ This way, the Python commands will be comparable to the commands of VAMatlab.
 This binding includes examples that demonstrate how to use the API.
 These can be found in the `examples` directory of the package.
 
-When VAPython is installed, the examples can be run like this:
-
+When VAPython is installed, a list of examples can be shown using the example runner:
 ```bash
-python -m vapython.examples.<example_name>
+python -m vapython.examples
 ```
+By entering the respective number, one of the examples can be selected and executed.
 
-Or via the included example runner:
-
+Alternatively, a specific example can be run using the respective name:
 ```bash
-python -m vapython.examples.__main__
+python -m vapython.examples.<example_name>
 ```
 
 ## Development guide