Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ class ExecuteCodeAtomicFlow(InterpreterAtomicFlow)
|
|
59 |
```
|
60 |
|
61 |
This class inherits from InterpreterAtomicFlow and is used to execute code in a file.
|
62 |
-
It opens up the file in VSCode and waits for the user to save the file. Once the file is saved, it reads the code
|
63 |
from the file and executes it. It then returns the output of the execution.
|
64 |
|
65 |
*Input Interface*:
|
|
|
59 |
```
|
60 |
|
61 |
This class inherits from InterpreterAtomicFlow and is used to execute code in a file.
|
62 |
+
It opens up the file in VSCode and waits for the user to save and close the file. Once the file is saved and closed, it reads the code
|
63 |
from the file and executes it. It then returns the output of the execution.
|
64 |
|
65 |
*Input Interface*:
|