From 3ee8cabcb69a86d32dbf4cc8c5e242ae3529b792 Mon Sep 17 00:00:00 2001 From: Ben Cox Date: Sat, 21 Nov 2015 19:16:20 +0000 Subject: [PATCH] Fixed error in README The cron says one thing, the comment stays another --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45758d..b9930b3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Set environment variables. See `.env.example` Example cron: ```sh -# Runs `smack_my_bitch_up` daily at 9:20 am. +# 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.