From 360fdde6d082b6e5417717e8d86b980363af25d1 Mon Sep 17 00:00:00 2001 From: "backups@services.home" Date: Sun, 25 Feb 2024 18:51:08 -0800 Subject: [PATCH] Tweak wording of README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dad420a..345b22c 100644 --- a/README.md +++ b/README.md @@ -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