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

Update README.md

parent dd6e2d04
...@@ -226,7 +226,7 @@ the function will be called with an array of elements `res` containing date and ...@@ -226,7 +226,7 @@ the function will be called with an array of elements `res` containing date and
for(let i=0; i<res.length; ++i){ for(let i=0; i<res.length; ++i){
let elem = res[i]; let elem = res[i];
// elem[0] is ISOTimestamp : string // elem[0] is ISOTimestamp : string
// elem[1] is stepCount : number // elem[1] is step count : number
} }
}); });
``` ```
......
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