From efae18b46520d063ee0339a1d21eb855393c7caa Mon Sep 17 00:00:00 2001
From: kind2511 <chrisa2511@gmail.com>
Date: Mon, 20 May 2024 16:34:31 +0200
Subject: [PATCH] updated readme

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 91d36915..47098aa3 100644
--- a/README.md
+++ b/README.md
@@ -58,10 +58,10 @@ To get started, you'll need to install:
     ```
     npm install
     ```
-    In FrontEnd directory create .env file in the root of the Frontend folder and add:
+    In FrontEnd directory create .env file in the root of the Frontend folder and add auth0 domain and clientId for your application: 
     ```
-    REACT_APP_AUTH0_DOMAIN={your auth0 domain}
-    REACT_APP_AUTH0_CLIENT_ID={your auth0 client id}
+    REACT_APP_AUTH0_DOMAIN={your applications auth0 domain}
+    REACT_APP_AUTH0_CLIENT_ID={your applications auth0 client id}
     ```
 3. **BackEnd Setup**:
     Navigate to the BackEnd directory:
-- 
GitLab