Tachi67 commited on
Commit
f7ac84d
·
1 Parent(s): 1e4c673

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ The flow will open the file in VSCode and wait for the user to edit the file. On
23
  - `temp_code_file_location`: Notice that if we are parsing the plan file, this should be changed to `temp_plan_file_location`.
24
 
25
  *Output Interface*:
26
- - `code`: The content of the code file.
27
  - `feedback`: The feedback from the user.
28
 
29
  <a id="__init__"></a>
 
23
  - `temp_code_file_location`: Notice that if we are parsing the plan file, this should be changed to `temp_plan_file_location`.
24
 
25
  *Output Interface*:
26
+ - `code`: The content of the code file. In case that we are parsing the plan file, the output is then `plan`
27
  - `feedback`: The feedback from the user.
28
 
29
  <a id="__init__"></a>