From 45fba49e1fddd4feb7aeb24a4ecba5f7c8114899 Mon Sep 17 00:00:00 2001 From: Harish Date: Sun, 22 Oct 2023 18:34:11 +0530 Subject: [PATCH] Update the README file for the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df0450a..9cd7552 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Obtaining the Github API Credentials 1. Open [Github Developer Settings](https://github.com/settings/apps). - 2. Next, go to [OAuth Apps](https://github.com/settings/developers) from the side pane. Then click the "New OAuth App" button. Make sure to set `Authorization callback URL` to `/api/auth/callback/github` replacing Snapify URL with the URI at which your application runs. + 2. Next, go to [OAuth Apps](https://github.com/settings/developers) from the side panel. Then click the "New OAuth App" button. Make sure to set `Authorization callback URL` to `/api/auth/callback/github` replacing Snapify URL with the URI at which your application runs. 3. Copy the `Client ID` as `GITHUB_ID` into the `.env`. 4. Next, click "Generate a new client secret" and copy the `Client secret` as `GITHUB_SECRET` into the `.env`.