From 9ed5a5b5a92f878447e678ac27b8a9a63141d82b Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 27 Jun 2016 20:05:03 -0400 Subject: [PATCH] added examples section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0bdd5ca..9e1eb54 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ A React Native bridge module for interacting with [Apple HealthKit] data. * [getLatestBmi](#getlatestbmi) * [getLatestBodyFatPercentage](#getlatestbodyfatpercentage) * [getLatestLeanBodyMass](#getlatestleanbodymass) + * [Examples](#examples) + ## Getting started @@ -263,5 +265,10 @@ get the most recent lean body mass. the value is a number representing the weigh }); ``` +## Examples + + + + [Apple HealthKit]: https://developer.apple.com/healthkit/ -- 2.26.2