diff --git a/docs/getBloodGlucoseSamples().md b/docs/getBloodGlucoseSamples().md index 5b2f86f34ca386cca585d5299ec81192fd7782b2..a89ebe8f24c77c8895ccd3b5112d8acda329d736 100644 --- a/docs/getBloodGlucoseSamples().md +++ b/docs/getBloodGlucoseSamples().md @@ -10,7 +10,7 @@ let options = { ``` Available units are: `'mmolPerL'`, `'mgPerdL'`. -The callback function will be called with a `samples` array containing objects with *value*, *startDate*, and *endDate* fields +The callback function will be called with a `samples` array containing objects with *value*, *sourceId*, *sourceName*, *startDate*, and *endDate* fields ```javascript AppleHealthKit.getBloodGlucoseSamples(options, (err: Object, results: Array) => {