Skip to content

Commit

Permalink
Merge pull request #633 from Ashikpaul/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
jobala committed Jul 12, 2020
2 parents 747c88d + b4bf035 commit 039446d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The Graph Explorer is written in [TypeScript](https://www.typescriptlang.org/) a

#### Enabling authentication with your own credentials
* Signing to your Microsoft account or Create one if you don't have.
* In the Dashboard, click `Add an app in the Azure portal`. You will be redirected to Microsoft Azure portal where you Register an application.
* In the Dashboard, click `Add an app in the Azure portal`. You will be redirected to the Microsoft Azure portal where you Register an application.
Set Redirect URI to `http://localhost:3000`.You can also set it from authentication tab in the app you have just created.
* Create `.env` file in the root of the project and add the following keys.
* Create a `.env` file at the root of the project and add the following keys.
- REACT_APP_CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- REACT_APP_INSTRUMENTATION_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Expand Down

0 comments on commit 039446d

Please sign in to comment.