Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #392 from zapier/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix a typo in docs
  • Loading branch information
eliangcs authored Jan 25, 2019
2 parents b7e6eb9 + e2a5ff6 commit 6d5c7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ The flow works like this:
You are required to define:

* `getRequestToken`: The API call to fetch the request token
* `authorzeUrl`: The authorization URL
* `authorizeUrl`: The authorization URL
* `getAccessToken`: The API call to fetch the access token

You'll also likely need to set your `CLIENT_ID` and `CLIENT_SECRET` as environment variables. These are the consumer key and secret in OAuth1 terminology.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ The flow works like this:
You are required to define:

* `getRequestToken`: The API call to fetch the request token
* `authorzeUrl`: The authorization URL
* `authorizeUrl`: The authorization URL
* `getAccessToken`: The API call to fetch the access token

You'll also likely need to set your `CLIENT_ID` and `CLIENT_SECRET` as environment variables. These are the consumer key and secret in OAuth1 terminology.
Expand Down

0 comments on commit 6d5c7a2

Please sign in to comment.