Commit a8eead0c authored by Greg Wilson's avatar Greg Wilson

update readme

parent 325391b3
...@@ -204,8 +204,8 @@ If new read/write permissions are added to the options object then the app user ...@@ -204,8 +204,8 @@ If new read/write permissions are added to the options object then the app user
```javascript ```javascript
let options = { let options = {
permissions: { permissions: {
read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], read: ["Height", "Weight", "StepCount", "DateOfBirth", "BodyMassIndex"],
write: ["Weight", "Steps", "BodyMassIndex"] write: ["Weight", "StepCount", "BodyMassIndex"]
} }
}; };
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment