diff --git a/README.md b/README.md index 91d369150ccd0a693ad42b77e9f2be8e73a8cc36..47098aa372061149635c34e95bcbacd4a96fe204 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: