diff --git a/README.md b/README.md index c9d23a972db2524557884e8faf87c2c7349942d4..64b11e0e17ad5be750dea433c6d02c27e88cb09e 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