From 5e719bc8a45807da5a83e4a2ba84dda6e26d8222 Mon Sep 17 00:00:00 2001 From: 100daysofdevops <47483190+100daysofdevops@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:24:43 -0700 Subject: [PATCH] Update README.md --- check_system_utilization_metrics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_system_utilization_metrics/README.md b/check_system_utilization_metrics/README.md index 87f9fbb..18f3927 100644 --- a/check_system_utilization_metrics/README.md +++ b/check_system_utilization_metrics/README.md @@ -5,8 +5,8 @@ This shell script calculates the memory utilization of a Linux system by subtrac ## Requirements ``` -Bash shell -mail command (for email alerts) +1. Bash shell +2. mail command (for email alerts) ``` ## Usage