From c04fa9021bdd89211e73196de92c93c31b1c4924 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 12:14:00 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64b11e0..928abfe 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ AppleHealthKit.getBiologicalSex(null, (err: Object, bioSex: string) => { ___ -#### ~~**`getDateOfBirth`**~~ +#### **`getDateOfBirth`** get the date of birth. this will be an ISO timestamp ```javascript @@ -256,7 +256,7 @@ AppleHealthKit.getStepCountForToday(null, (err: Object, steps: number) => { ___ -#### **`getStepCountForDay`** +#### ~~**`getStepCountForDay`**~~ `removed - replaced by getStepCount` get the the aggregated total steps for the day provided as `date` in options object. the `date` field expects an ISO date string as its value -- 2.26.2