From 15e89ceb30c8e5341e01c3b772ac17a6345b4fcd Mon Sep 17 00:00:00 2001 From: Terrillo Walls Date: Wed, 11 Oct 2017 09:41:09 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b987813..2339ca4 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/) -- 2.26.2