Skip to content

Commit

Permalink
Config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 25, 2024
1 parent 1d6ef1d commit 53b2737
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Example config.json:
{
"platforms": [
{
"name": "Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"prefixName": true,
"platform": "Teslemetry"
}
"platform": "Teslemetry",
"name": "My Teslemetry",
"accessToken": "YOUR_TESLEMETRY_API_TOKEN",
"prefixName": true,
}
]
}
```

0 comments on commit 53b2737

Please sign in to comment.