Tweak wording of README

This commit is contained in:
backups@services.home 2024-02-25 18:51:08 -08:00
parent e3d62bfa80
commit 360fdde6d0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Mike's Disk Usage Warn Thing
This is a simple script that will emit a warning to stderr when your disk usage surpasses a configured threshold. StdErr output was chosen for its simplicity, and because it's very easy to configure a cron job to send you an email any time an error occurs.
This is a simple script that will emit a warning to stderr when your disk usage surpasses a configured threshold.
Makes it easy to get emails fron crontab when your disk gets too full
## Requirements