From 0dfcd0b84f655516d29c831fd4be7f40a3496c7f Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 24 Dec 2015 02:11:29 +0100 Subject: [PATCH] Vixed formatting for plugin config example --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72db0c0..c5aa44d 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,16 @@ hardware boards you use, e.g., your Raspberry Pi, an Arduino board attached via or a remote board connected via etherport. The following configuration is an example for pimatic on windows with an Arduino Nano connected via USB on COM4: - { - "plugin": "johnny-five", - "boards": [ + { + "plugin": "johnny-five", + "boards": [ { "id": "1", "boardType": "arduino", "port": "COM4", } - ] - } + ] + } The plugin has the following configuration properties: