From 4846bf99fa3225b9d5ca83cb907cca6a70eae7dc Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 27 Jun 2016 19:12:00 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41fef89..47149cd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A React Native bridge module for interacting with [Apple HealthKit] data. ![Alt text](https://devimages.apple.com.edgekey.net/assets/elements/icons/healthkit/healthkit-64x64.png "Apple HealthKit") +#### Table of Contents * [Getting Started](#getting-started) * [Installation](#installation-xcode) * [Usage](#usage) @@ -129,7 +130,7 @@ AppleHealthKit.isAvailable((err: string, available: bool) => { ___ #### **`initHealthKit`** -check if HealthKit is available on the device +initialize HealthKit. this will show the HealthKit permissions prompt for any read/write permissions that have not yet been selected by the user. `initHealthKit` requires an options object with HealthKit permission settings. ```javascript -- 2.26.2