From 91ef73354af317e6f8c083265e9ce8d4926d7bc7 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 12:57:08 -0400 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d4d2b..8e29948 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 -- 2.26.2