From 0829a44f828ff5c25665478b60c688dbf4b23927 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 12:20:50 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4feb6..4f863f3 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ let options = { }; ``` -``` +```javascript AppleHealthKit.getStepCount(options: Object, (err: Object, steps: Object) => { if(this._handleHealthKitError(err, 'getStepCount')){ return; -- 2.26.2