Update README.md
Browse files
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
|
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*:
|