From 325391b3a84115adcb61e3f5b458f90dd60f3287 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 14:40:00 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46194f3..3fc8687 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ import AppleHealthKit from 'react-native-apple-healthkit'; // get the available permissions from AppleHealthKit.Constants object const PERMS = AppleHealthKit.Constants.Permissions; -// setup healthkit read/write permissions from PERMS +// setup healthkit read/write permissions using PERMS const healthKitOptions = { permissions: { read: [ -- 2.26.2