From a1591b7bd780a22169b280d13ecb54a6115101a6 Mon Sep 17 00:00:00 2001 From: Dennis Gieseler Date: Sun, 2 Jul 2017 17:15:36 +0200 Subject: [PATCH] Fix typo in configuration part of README.md (#19) Signed-off-by: Dennis Gieseler --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67b8c25..6be7407 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ 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" } ```` @@ -43,8 +43,8 @@ For further informations on how to change your settings, visit the official [Vis ```` { - "openhab.host": "openhabianpi.local" - "openhab.port": "8080" + "openhab.host": "openhabianpi.local", + "openhab.port": "8080" } ````