Update README.md

This commit is contained in:
Andros Fenollosa 2021-01-03 12:29:47 +01:00 committed by GitHub
parent 312fa69a3e
commit 2540724b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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