Tachi67 commited on
Commit
8bcd9ed
·
verified ·
1 Parent(s): 13f4dbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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*: