From 91918ff306a775b5e9904402023e08b1b4a3008e Mon Sep 17 00:00:00 2001 From: Sebastian Prestel Date: Wed, 18 Jul 2018 20:36:47 +0200 Subject: [PATCH] fix brackets in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b49876..113cc6b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Config { module: 'MMM-fitbit', position: 'top_center', - config: [ + config: { credentials: { client_id: , client_secret: , @@ -54,7 +54,7 @@ Config 'heart' ], update_interval: 60 - ] + } }, ```` ### Explanation