From fe75f05cd9f059b014b648dec7125c77fd597c86 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 9 Jan 2022 22:02:54 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f335e4..74cdbe9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a new connectedcar `client` client = connectedcar.AuthClient('9fb503e0-715b-47e8-adfd-ad4b7770f73b', None, None, None, 'US') # Region argument is only required if you live outside the United States. ``` -- Note: If your region is outside of the US you can pass different region parameters to the User class. Regions: (US, CA, EU, AU) +- Note: If your region is outside of the US you can pass different region parameters. Regions: (US, CA, EU, AU) Use `client.get_user_access_token()` to exchange your user credentials for an **access object**. To make any vehicle data request to the Ford Sync Connect API, you'll need to give the SDK a valid **access token**.