Commit dd6e2d04 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent fdd528cb
......@@ -222,7 +222,7 @@ the function will be called with an array of elements `res` containing date and
return;
}
// 'res' is array of [ISOTimestamp: string, stepCount: number] arrays
// sorted ascending from startDate through endDate (default now)
// sorted ascending from startDate through endDate
for(let i=0; i<res.length; ++i){
let elem = res[i];
// elem[0] is ISOTimestamp : string
......
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