From 672f6a81b0b313655da6288516f78211ebb858df Mon Sep 17 00:00:00 2001
From: Brian Jefferson <intellectsociety@hotmail.com>
Date: Mon, 3 Apr 2023 03:37:46 +0000
Subject: [PATCH] Changed Reading to Loading

---
 linux.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux.sh b/linux.sh
index a7b7368..af3e5b4 100644
--- a/linux.sh
+++ b/linux.sh
@@ -2,7 +2,7 @@
 
 echo "Please enter your name:"
 read name
-echo "Reading.... please wait"
+echo "Loading.... please wait"
 sleep 3 
 echo "-----------------------------"
 echo "Your username is:" && whoami