Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
CliveJL authored Dec 24, 2021
1 parent 43270a9 commit 7b00ad4
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 @@ -51,7 +51,7 @@ This access object will look like this:
Access tokens will expire every 2 hours, so you'll need to constantly refresh them by calling `client.exchange_refresh_token()`

```python
refreshToken = client.exchange_refresh_token(access['refreshToke'])
refreshToken = client.exchange_refresh_token(access['refresh_token'])
```

With your access token in hand, use `connectedcar.User()` to get a User object representing the user.
Expand Down

0 comments on commit 7b00ad4

Please sign in to comment.