Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec authored Jul 18, 2024
1 parent 80a682e commit 3546e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ daily historical price data for the past twenty years:
api_key = 'YOUR_API_KEY'
app_secret = 'YOUR_APP_SECRET'
redirect_uri = 'https://127.0.0.1/'
callback_url = 'https://127.0.0.1:8182/'
token_path = '/path/to/token.json'
c = auth.easy_client(api_key, app_secret, callback_url, token_path)
Expand Down

0 comments on commit 3546e93

Please sign in to comment.