Commit bb5982c3 authored by Greg Wilson's avatar Greg Wilson

update readme

parent 9eb850b8
...@@ -227,7 +227,7 @@ AppleHealthKit.getBiologicalSex(null, (err: Object, bioSex: string) => { ...@@ -227,7 +227,7 @@ AppleHealthKit.getBiologicalSex(null, (err: Object, bioSex: string) => {
___ ___
#### **`getDateOfBirth`** #### ~~**`getDateOfBirth`**~~
get the date of birth. this will be an ISO timestamp get the date of birth. this will be an ISO timestamp
```javascript ```javascript
...@@ -241,7 +241,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => { ...@@ -241,7 +241,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => {
___ ___
#### **`getStepCountForToday`** #### ~~**`getStepCountForToday`**~~
`removed - replaced by getStepCount` `removed - replaced by getStepCount`
get the aggregated total steps for the current day starting and ending at midnight get the aggregated total steps for the current day starting and ending at midnight
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment