Commit 7e898b5b authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent 1e964183
...@@ -184,7 +184,7 @@ AppleHealthKit.getStepCountForToday(null, (err: Object, steps: number) => { ...@@ -184,7 +184,7 @@ AppleHealthKit.getStepCountForToday(null, (err: Object, steps: number) => {
___ ___
#### **`getStepCountForDay`** #### **`getStepCountForDay`**
get the the aggregated total steps for the day provided as `date` in options object. 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
```javascript ```javascript
let d = new Date(2016,5,27); let d = new Date(2016,5,27);
let options = { let options = {
......
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