From 779e4a72ccf61d640d056c5ade6a44439a3e526f Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Thu, 30 Jun 2016 20:55:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ec6dd..04dd266 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')){ -- 2.26.2