Commit 0829a44f authored by Greg Wilson's avatar Greg Wilson

update readme

parent 018d260c
...@@ -252,7 +252,7 @@ let options = { ...@@ -252,7 +252,7 @@ let options = {
}; };
``` ```
``` ```javascript
AppleHealthKit.getStepCount(options: Object, (err: Object, steps: Object) => { AppleHealthKit.getStepCount(options: Object, (err: Object, steps: Object) => {
if(this._handleHealthKitError(err, 'getStepCount')){ if(this._handleHealthKitError(err, 'getStepCount')){
return; 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