From 56d29542a048b9587959703e29ba095a2a546171 Mon Sep 17 00:00:00 2001
From: Dylan Wheeler <dwheeler@Dylans-MacBook-Pro.local>
Date: Mon, 19 May 2025 11:42:29 -0500
Subject: [PATCH] updated readme for better practices in host naming

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2d669e8..80df625 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Since this project is currently being developed only on an Openstack cluster all
 
 The project should already be running if your cluster deployment ran completely and correctly. You will need to edit your hosts file to point to the node you are wanting to work on if you haven't already done so in your cluster setup. 
 
-From here you can confirm that the account-app is working by navigating to rc.uab.edu/flask_user_reg or the node IP and port 5000 if you prefer. 
+From here you can confirm that the account-app is working by navigating to yourname.rc.uab.edu/{account-app-repo-name}. 
 
 
 
-- 
GitLab