diff --git a/README.md b/README.md index 47ec6dd380970f040145b0d98bfc4b2c7127d6fd..04dd266ff1f3358428af654e8098151965e31bd6 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ the callback function will be called with a `samples` array containing objects w ... ] ``` -###### example usage +**example usage** ```javascript AppleHealthKit.getHeightSamples(options, (err: Object, samples: Array) => { if(this._handleHealthKitError(err, 'getHeightSamples')){