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