We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d5259 commit 8334a8fCopy full SHA for 8334a8f
README.md
@@ -37,7 +37,7 @@ ECHO ErrorLever = %ERRORLEVEL%
37
## Useful to know
38
39
* 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.
+* **ExecAndShow** method allows to debug in an interactive session, i.e. where you can see a console window.
+* I put all logic and methods to a single file for an usefulness of automation professionals. Feel free to decompose it.
42
43
0 commit comments