Commit bda802f0 authored by Greg Wilson's avatar Greg Wilson

update readme

parent 77978c36
......@@ -373,7 +373,8 @@ save a step count sample. a step count sample represents the number of steps dur
`saveSteps` accepts an options object containing required *`value: number`*, *`startDate: ISO8601Timestamp`*, and *`endDate: ISO8601Timestamp`*.
```javascript
// startDate and endDate are 30 minutes apart. this means the step count value occured within those 30 minutes.
// startDate and endDate are 30 minutes apart.
// this means the step count value occured within those 30 minutes.
let options = {
value: 100,
startDate: (new Date(2016,6,2,6,0,0)).toISOString(),
......
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