From 0f9efa22764061d19c6be022098eeccac70af0d5 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 27 Jun 2016 19:36:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db0100f..66712a6 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ AppleHealthKit.getLatestHeight(null, (err: string, height: number) => { ___ #### **`getLatestBmi`** -get the most recent BMI data. the handler function will be called with a `bmi` object containing *value: number*, *startDate: ISO8601Timestamp*, and *endDate: ISO8601Timestamp*. The BMI value may be very old so the sample dates are provided as well. *should apply this to all other RCT types* +get the most recent BMI data. the handler function will be called with a `bmi` object containing `*value: number*`, `*startDate: ISO8601Timestamp*`, and `*endDate: ISO8601Timestamp*`. The BMI value may be very old so the sample dates are provided as well. *should apply this to all other RCT types* ```javascript AppleHealthKit.getLatestBmi(null, (err: string, bmi: Object) => { if(err){ -- 2.26.2