Commit 5b119bfa authored by Greg Wilson's avatar Greg Wilson

update readme

parent 1fbb2d99
......@@ -321,7 +321,7 @@ The function will be called with an array of elements. Each element is an object
```javascript
AppleHealthKit.getDailyStepCountSamples(options: Object, (err: Object, res: Array<Array<Object>) => {
AppleHealthKit.getDailyStepCountSamples(options: Object, (err: Object, res: Array<Object>) => {
if(this._handleHealthKitError(err, 'getDailyStepCountSamples')){
return;
}
......
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