Skip to content

Commit

Permalink
Fix: typo in bin/strava-oauth-token. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 5, 2018
1 parent aa25628 commit d028c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ end

### Strava OAuth Token

Use [strava-oauth-token](bin/strava-outh-token) to obtain a token from the command-line. This will open a new browser window, navigate to Strava, request the appropriate permissions, then handle OAuth in a local redirect. The token type, refresh token, access token and token expiration will be displayed in the browser.
Use [strava-oauth-token](bin/strava-oauth-token) to obtain a token from the command-line. This will open a new browser window, navigate to Strava, request the appropriate permissions, then handle OAuth in a local redirect. The token type, refresh token, access token and token expiration will be displayed in the browser.

```bash
$ STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... strava-oauth-token
Expand Down

0 comments on commit d028c45

Please sign in to comment.