diff --git a/README.md b/README.md index b9878136dfe1e5bbcf9df129ecc7038bec4e54b1..2339ca4fa5acd6cdb870dbf0cb38745e8421b081 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Native Apple Healthkit -A React Native bridge module for interacting with [Apple Healthkit] data. +A React Native bridge module for interacting with Apple Healthkit data. Checkout the [full documentation](https://github.com/terrillo/rn-apple-healthkit/wiki) ## Installation @@ -77,6 +77,10 @@ AppleHealthKit.initHealthKit(options: Object, (err: string, results: Object) => } ``` +## Changelog +0.6.1v +- HKQuantityTypeIdentifierActiveEnergyBurned + ## Wiki * [Installation](https://github.com/terrillo/rn-apple-healthkit/wiki/Install) * [Documentation](#documentation) @@ -189,10 +193,6 @@ const healthKitOptions = { - second -## Changelog -0.6.1v -- HKQuantityTypeIdentifierActiveEnergyBurned - ## References - Apple Healthkit Documentation [https://developer.apple.com/Healthkit/](https://developer.apple.com/Healthkit/)