From 8869a094c9f8e1654cd3643649188bf2af7f3bf0 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Sat, 21 Nov 2015 23:18:55 +0400 Subject: [PATCH] fix comments in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9930b3..07c7263 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Example cron: # Runs `smack_my_bitch_up` daily at 9:20 pm. 20 21 * * * /bin/bash -l -c 'ruby smack_my_bitch_up.rb' -# Runs `kumar_asshole` every 10 minutes. +# Runs `hangover` daily at 8:45 am. 45 8 * * * /bin/bash -l -c 'ruby hangover.rb' -# Runs `hangover` daily at 8:45 am. +# Runs `kumar_asshole` every 10 minutes. 0,10,20,30,40,50 * * * * /bin/bash -l -c 'ruby kumar_asshole.rb' # Runs `fucking_coffee` hourly from 9am to 6pm.