Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian authored Oct 25, 2022
1 parent e70a527 commit e65fc02
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 @@ -72,7 +72,7 @@ vehicles = user.vehicles()
vehicleList = [] # Array of vehicles

for userVehicle in vehicles: # For each user vehicle
vehicleList.append(userVehicle['vin'])
vehicleList.append(userVehicle['VIN'])
```

Now with a **vehicle vin** in hand, use `connectedcar.Vehicle()` to get a Vehicle object representing the user's vehicle.
Expand Down

0 comments on commit e65fc02

Please sign in to comment.