From bb5982c306ec9f9b81a742c054bcd372852377e8 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 12:13:33 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9d23a9..64b11e0 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 @@ -241,7 +241,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => { ___ -#### **`getStepCountForToday`** +#### ~~**`getStepCountForToday`**~~ `removed - replaced by getStepCount` get the aggregated total steps for the current day starting and ending at midnight -- 2.26.2