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
```javascript
let options = {
permissions: {
read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"],
write: ["Weight", "Steps", "BodyMassIndex"]
read: ["Height", "Weight", "StepCount", "DateOfBirth", "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