diff --git a/README.md b/README.md index 3fc8687cf17d1caee9f71d39fef17d4fe1503c1d..80cf92c1b59d35a4ed977cee13f37e5b07eddebf 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ If new read/write permissions are added to the options object then the app user ```javascript let options = { permissions: { - read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], - write: ["Weight", "Steps", "BodyMassIndex"] + read: ["Height", "Weight", "StepCount", "DateOfBirth", "BodyMassIndex"], + write: ["Weight", "StepCount", "BodyMassIndex"] } }; ```