From 29856fab28055dbba0b89acc6cf67a14f0eeaddc Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 11 Oct 2016 19:32:28 -0400 Subject: [PATCH] updated README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 663de17..d84dbd3 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,12 @@ AppleHealthKit.initHealthKit(HKOPTIONS, (err, res) => { this._fetchStepCountData(); } ); - ... + + // other tasks to perform after HealthKit has been + // initialized (fetch relevant HealthKit data). + this._fetchStepCountData(); + this._fetchOtherRelevantHealthKitData(); + // ... }); ... -- 2.26.2