diff --git a/README.md b/README.md index e3d4d2b01638e6674972aa386497534357a658d4..8e29948e1c1ff49c804703ccf99562074baeda01 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,9 @@ the function will be called with an array of elements `res` containing date and ___ #### **`saveSteps`** -save a step count sample. a step count sample represents the number of steps during a specific period of time. a sample should be a precise as possible, with startDate and endDate representing the range of time the steps were taken in. +save a step count sample. + +a step count sample represents the number of steps during a specific period of time. a sample should be a precise as possible, with startDate and endDate representing the range of time the steps were taken in. `saveSteps` accepts an options object containing required *`value: number`*, *`startDate: ISO8601Timestamp`*, and *`endDate: ISO8601Timestamp`*. ```javascript