diff --git a/README.md b/README.md index b024598..8b7d0a4 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Auto - Window commandline Automation tool - Tool use to automate executable running in cmd + Tool use to automate commandline execution in window terminal How to use: -Create a file .autofile then add the commands in the .autofile +Create a file .autofile then add this commands in the .autofile: ``` echo hello world! echo hi friend ``` -then run in cmd: +then run in terminal: ``` auto ```