Skip to content

Commit 8869a09

Browse files
committed
fix comments in README
1 parent aad5a01 commit 8869a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Example cron:
3333
# Runs `smack_my_bitch_up` daily at 9:20 pm.
3434
20 21 * * * /bin/bash -l -c 'ruby smack_my_bitch_up.rb'
3535

36-
# Runs `kumar_asshole` every 10 minutes.
36+
# Runs `hangover` daily at 8:45 am.
3737
45 8 * * * /bin/bash -l -c 'ruby hangover.rb'
3838

39-
# Runs `hangover` daily at 8:45 am.
39+
# Runs `kumar_asshole` every 10 minutes.
4040
0,10,20,30,40,50 * * * * /bin/bash -l -c 'ruby kumar_asshole.rb'
4141

4242
# Runs `fucking_coffee` hourly from 9am to 6pm.

0 commit comments

Comments
 (0)