From ca1a6c91add0c35827ac8536cf304435e255b3e0 Mon Sep 17 00:00:00 2001
From: G2-Games <ke0bhogsg@gmail.com>
Date: Sun, 18 Sep 2022 02:43:05 -0500
Subject: [PATCH] Update Configs section

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 82da94b..1cefc6a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,8 @@ To configure settings, open `welcome.sh` in your text editor of choice and go to
 # is a good idea. You can also re-order  #
 # them to change how they display!       #
 
+
+greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
 randgreeting="off"  #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
 twelvehour="on"     #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
 rechargenotif="off" #< Notify that you should recharge if below 15%
@@ -65,7 +67,7 @@ welcome
 greeting
 clock
 battery
-updates #< This makes startup slower
+updates
 echo # Properly line break at the end
 ```