diff --git a/README.md b/README.md
index 954153dafdb64e16805e098754eb94f40b440733..fc00c31a01afdfb1283251f8dfc2242fd1b5d23d 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,7 @@ After prompting
 ```bash
 python generate_runscript.py
 ```
-you will be asked first which workflow runscript shall be generated. The short name for the respective 
- workflow steps are given below. The subsequent keyboard interactions allow then
+you will be asked first which workflow runscript shall be generated. You can chose one of the workflow step name: extract, preprocess1, preprocess2, train, and postprocess The subsequent keyboard interactions allow then
 the user to make individual settings to the workflow step at hand. Note that the runscript creation of later 
 workflow substeps depends on the preceding steps (i.e. by checking the arguments from keyboard interaction).
 Thus, they should be created sequentially instead of all at once at the beginning.