2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 02:47:14 +00:00

Fixed error in README

The cron says one thing, the comment stays another
This commit is contained in:
Ben Cox 2015-11-21 19:16:20 +00:00
parent 7a6edeb9c0
commit 3ee8cabcb6

View File

@ -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.