diff --git a/README.md b/README.md index 41fef89a78ab2afb9a4de3ca47a7f780f0b71712..47149cd2bdd18bebbbed9a302f58d5c4c8ba61ba 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