Skip to content

Commit d654ae3

Browse files
Update README.md
1 parent 7bc86ee commit d654ae3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ $ (Powershell) $env:FLASK_ENV = "development"
7373

7474
<br />
7575

76-
> **Github Setup** - [Creating an OAuth App](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
76+
> **Github Setup** - [Create an OAuth App](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
7777
78-
- SignIN to Github
78+
- SignIN to `Github`
7979
- Access `Settings` -> `Developer Settings` -> `OAuth Apps`
8080
- Edit your OAuth App
8181
- `App Name`
@@ -86,16 +86,15 @@ $ (Powershell) $env:FLASK_ENV = "development"
8686

8787
<br />
8888

89-
> **Twitter Setup** - [Creating an OAuth App](https://developer.twitter.com/en/portal/projects-and-apps)
89+
> **Twitter Setup** - [Create an OAuth App](https://developer.twitter.com/en/portal/projects-and-apps)
9090
91-
- SignIN to Twitter
91+
- SignIN to `Twitter`
9292
- Access `Developer Section` -> https://developer.twitter.com/en/portal/projects-and-apps
9393
- Create a new APP
9494
- Edit User authentication settings
9595
- Check `OAuth 1.0a`
9696
- (mandatory) `HomePage`: `https://localhost:5000`
9797
- (mandatory) `Authorization callback URL`: `https://localhost:5000/login/twitter/authorized`
98-
- Generate a new `secret key`
9998

10099
<br />
101100

0 commit comments

Comments
 (0)