From acdd73367678d6f74c50468d695654777a2cac4f Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 14:46:48 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80cf92c..c1f08bf 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ var AppleHealthKit = require('react-native-apple-healthkit'); 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