diff --git a/README.md b/README.md index 80cf92c1b59d35a4ed977cee13f37e5b07eddebf..c1f08bf4b356fa1c8e9c5845c2c98e883e6b7c30 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ var AppleHealthKit = require('react-native-apple-healthkit'); let options = { permissions: { - read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], - write: ["Weight", "Steps", "BodyMassIndex"] + read: ["Height", "Weight", "StepCount", "DateOfBirth", "BodyMassIndex"], + write: ["Weight", "StepCount", "BodyMassIndex"] } };