Skip to content

Commit

Permalink
Fix typo in configuration part of README.md (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Gieseler <dennis.gieseler@me.com>
  • Loading branch information
dennisausbremen authored and kubawolanin committed Jul 2, 2017
1 parent f0308ae commit a1591b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ For further informations on how to change your settings, visit the official [Vis

````
{
"openhab.host": "localhost"
"openhab.port": "80"
"openhab.host": "localhost",
"openhab.port": "80"
}
````

### Configuration example (macOS)

````
{
"openhab.host": "openhabianpi.local"
"openhab.port": "8080"
"openhab.host": "openhabianpi.local",
"openhab.port": "8080"
}
````

Expand Down

0 comments on commit a1591b7

Please sign in to comment.