From 41f3e83af49db555ff0c0613f8a08a349d720ff0 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Thu, 11 Mar 2021 10:38:47 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 954153da..fc00c31a 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.
-- 
GitLab