Skip to content

Commit 12380dd

Browse files
committed
Update readme
1 parent 0c86c93 commit 12380dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

oauth-express/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
> node --env-file .env index.js
3535

3636
Kit OAuth Configuration {
37-
authorizationURL: 'https://app.convertkit.com/oauth/authorize',
38-
tokenURL: 'https://app.convertkit.com/oauth/token',
37+
authorizationURL: 'https://app.kit.com/oauth/authorize',
38+
tokenURL: 'https://app.kit.com/oauth/token',
3939
clientID: '*******************************************',
4040
clientSecret: '*******************************************',
4141
callbackURL: 'https://localhost:8080/oauth/kit/callback'
4242
}
4343
Listening on :8080
4444

45-
7. From here, clicking the "Install" button in the app directory will initiate the OAuth
46-
flow by first going to your configured Authorization URL
45+
7. From here, clicking the "Install" button in the App Store will initiate the OAuth flow
46+
by first going to your configured Authorization URL

0 commit comments

Comments
 (0)