Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit f7fbe66

Browse files
committed
Fix typo in README.md
1 parent f4b52e5 commit f7fbe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Providers Setup
5858
### Twitter
5959
- Create an app on https://apps.twitter.com
6060
- You can put any valid URL as the callback url.
61-
- Your configuration object should contain the 'Consumer Key (API Key)' as `appId`, the 'Consumer Secret' ass `appSecret` and the Twitter `App name` in the `callback`, eg
61+
- Your configuration object should contain the 'Consumer Key (API Key)' as `appId`, the 'Consumer Secret' as `appSecret` and the Twitter `App name` in the `callback`, eg
6262
```js
6363
{
6464
appId: 'abc1234567890',
@@ -72,7 +72,7 @@ Providers Setup
7272
### Tumblr
7373
- Create an app on https://www.tumblr.com/oauth/apps
7474
- You can put any valid URL as the callback url.
75-
- Your configuration object should contain the 'OAuth Consumer Key' as `appId`, the 'OAuth Consumer Secret' ass `appSecret` and any `callback`, eg
75+
- Your configuration object should contain the 'OAuth Consumer Key' as `appId`, the 'OAuth Consumer Secret' as `appSecret` and any `callback`, eg
7676
```js
7777
{
7878
appId: '1234567890abc',

0 commit comments

Comments
 (0)