diff --git a/README.md b/README.md index 71a7e61..09240ca 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ Example: ./WhenWillRun 13:44 And then provide for each line the task scheduling (minute first and then hour) and the name, for the scheduling values the "*" character is a wild card, that means any minute/hour Examples: - 30 1 /bin/run_me_daily - 45 * /bin/run_me_hourly - * * /bin/run_me_every_minute - * 19 /bin/run_me_sixty_times +``` +30 1 /bin/run_me_daily +45 * /bin/run_me_hourly +* * /bin/run_me_every_minute +* 19 /bin/run_me_sixty_times +``` To conclude the input sequence insert the EOF character (CTRL+D on Mac). Alternatively, the command can be run by using cat from a file containing the inputs, and then chaining it with a "|" operator on the tool