From 2540724b8db44126d905b7949417fae84b77375c Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 3 Jan 2021 12:29:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec2b30..dcaef00 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-hea # Cron -Automates to check every 10 minutes. +Automates to check every minute. Open `crontab`. @@ -26,5 +26,5 @@ crontab -e Add the following line. Be sure to change the path of the script. ``` shell -*/6 * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el +* * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el ```