diff --git a/README.md b/README.md index e4d0578819ea6d98bc5fed5d056dbfc71b5d2365..279629387fe3addaebf2212e7e478e6529d26ee5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ A React Native bridge module for interacting with [Apple Healthkit] data. * [getRespiratoryRateSamples](#getrespiratoryratesamples) * [getBloodGlucoseSamples](#getbloodglucosesamples) * [getSleepSamples](#getsleepsamples) - * [Examples](#examples) ## References - Apple Healthkit Documentation [https://developer.apple.com/Healthkit/](https://developer.apple.com/Healthkit/) @@ -930,8 +929,4 @@ AppleHealthkit.getSleepSamples(options, (err: Object, results: Array) => }); ``` -## Examples -- [Steps Demo](https://github.com/GregWilson/rn-apple-Healthkit/tree/master/examples/StepsDemo) -- [Body Measurements Demo](https://github.com/GregWilson/rn-apple-Healthkit/tree/master/examples/BodyMeasurements) - > *This package is fork from [react-native-apple-Healthkit](https://github.com/GregWilson/react-native-apple-Healthkit)*