From 5b119bfa5014e015b703be770409198f14350735 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sat, 9 Jul 2016 13:18:57 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d469980..afbce46 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ The function will be called with an array of elements. Each element is an object ```javascript - AppleHealthKit.getDailyStepCountSamples(options: Object, (err: Object, res: Array) => { + AppleHealthKit.getDailyStepCountSamples(options: Object, (err: Object, res: Array) => { if(this._handleHealthKitError(err, 'getDailyStepCountSamples')){ return; } -- 2.26.2