Skip to content

Commit 946faab

Browse files
committed
Fix json syntax in example
1 parent b9104f5 commit 946faab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a plugin for [Homebridge](https://homebridge.io/), allowing you to contr
1515
"name": "Volvo",
1616
"email": "alice@example.com",
1717
"password": "1234",
18-
"region": "",
18+
"region": ""
1919
}
2020
```
2121
### Full Configuration Example:
@@ -39,7 +39,7 @@ This is a plugin for [Homebridge](https://homebridge.io/), allowing you to contr
3939
"lockSupported": false,
4040
"preclimatizationSupported": true,
4141
"engineStartSupported": true,
42-
"highVoltageBatterySupported": true,
42+
"highVoltageBatterySupported": true
4343
}
4444
}
4545
```

0 commit comments

Comments
 (0)