Tachi67 commited on
Commit
88035a1
·
verified ·
1 Parent(s): b14acee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -119,11 +119,16 @@ class CodeWriterAskUserFlow(HumanStandardInputFlow)
119
  ```
120
 
121
  This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
122
- *Expected Input*:
 
123
  - `question`: The question asked by the controller
 
 
124
  *Expected Behaviour*:
125
  - The question is displayed, and the user gives feedback by inputing string.
126
- *Expected Ouput*:
 
 
127
  - `feedback`: The input of the user.
128
  - `code`: No code was written.
129
 
 
119
  ```
120
 
121
  This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
122
+
123
+ *Input Interface*:
124
  - `question`: The question asked by the controller
125
+
126
+
127
  *Expected Behaviour*:
128
  - The question is displayed, and the user gives feedback by inputing string.
129
+
130
+
131
+ *Output Interface*:
132
  - `feedback`: The input of the user.
133
  - `code`: No code was written.
134