Skip to content

Commit 8334a8f

Browse files
authored
Update README.md
1 parent 49d5259 commit 8334a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ECHO ErrorLever = %ERRORLEVEL%
3737
## Useful to know
3838

3939
* Use **ExecAndShowCatched** method if you need to intercept CMD outputs in your C#. You can store or analyze it.
40-
* **ExecAndShow** allows to debug in an interactive session, i.e. where you can see the console window.
41-
* I put all logic and methods in a single file for an usefulness of automation professionals. Feel free to decompose it.
40+
* **ExecAndShow** method allows to debug in an interactive session, i.e. where you can see a console window.
41+
* I put all logic and methods to a single file for an usefulness of automation professionals. Feel free to decompose it.
4242

4343

0 commit comments

Comments
 (0)