Skip to content

Commit d2e3bf0

Browse files
authored
Merge pull request #56 from MoTechnicalities/patch-1
Update README.md
2 parents c34da79 + a687087 commit d2e3bf0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ Based off of kpsuperplane/homebridge-iotas
1313
Simple Configuration:
1414

1515
```javascript
16-
"platforms": [{
16+
{
1717
"platform": "WizSmarthome",
1818
"name": "WizSmarthome",
19-
}]
19+
}
2020
```
2121

2222
Full configuration options:
2323

2424
```javascript
25-
"platforms": [
26-
{
25+
{
2726
"platform": "WizSmarthome",
2827
"name": "Wiz",
2928

@@ -49,7 +48,6 @@ Full configuration options:
4948
// ...
5049
]
5150
}
52-
]
5351
```
5452

5553
## Some Notes

0 commit comments

Comments
 (0)