Tachi67 commited on
Commit
13f4dbc
·
verified ·
1 Parent(s): 93b2a9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,8 +26,8 @@
26
  class RunCodeFlow(SequentialFlow)
27
  ```
28
 
29
- This flow is used to run code in a file. It opens up the file in VSCode and waits for the user to save the file.
30
- Once the file is saved, it reads the code from the file and executes it. It then returns the output of the execution.
31
  Finally, the flow asks the user for feedback on the execution of the code.
32
 
33
  *Input Interface*:
 
26
  class RunCodeFlow(SequentialFlow)
27
  ```
28
 
29
+ This flow is used to run code in a file. It opens up the file in VSCode and waits for the user to save and close the file.
30
+ Once the file is closed, it reads the code from the file and executes it. It then returns the output of the execution.
31
  Finally, the flow asks the user for feedback on the execution of the code.
32
 
33
  *Input Interface*: