diff --git a/README.md b/README.md index 9ffcd171ff6f0bcf660be7c1ceeeefebb6b597f2..e3d4d2b01638e6674972aa386497534357a658d4 100644 --- a/README.md +++ b/README.md @@ -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(),