From a8eead0c1d8afbaa7f9562ef7aaab921b893863b Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 14:42:36 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fc8687..80cf92c 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ If new read/write permissions are added to the options object then the app user ```javascript let options = { permissions: { - read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], - write: ["Weight", "Steps", "BodyMassIndex"] + read: ["Height", "Weight", "StepCount", "DateOfBirth", "BodyMassIndex"], + write: ["Weight", "StepCount", "BodyMassIndex"] } }; ``` -- 2.26.2