diff --git a/README.md b/README.md index 04dd266ff1f3358428af654e8098151965e31bd6..b5f5b871aa9cb8bea59fc5d1ea26f367f468d1bb 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')){