From d56118c2b8e9a031bf3d52b4ef0ab27b16bf9724 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 27 Jun 2016 02:46:27 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac1e424..978c0da 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,16 @@ ___ ```javascript let healthKitOptions = { permissions: { - read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], - write: ["Weight"] + read: [ + "Height", + "Weight", + "Steps", + "DateOfBirth", + "BodyMassIndex" + ], + write: [ + "Weight" + ] } }; ``` -- 2.26.2