Commit d56118c2 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent f6bc79c6
...@@ -93,8 +93,16 @@ ___ ...@@ -93,8 +93,16 @@ ___
```javascript ```javascript
let healthKitOptions = { let healthKitOptions = {
permissions: { permissions: {
read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], read: [
write: ["Weight"] "Height",
"Weight",
"Steps",
"DateOfBirth",
"BodyMassIndex"
],
write: [
"Weight"
]
} }
}; };
``` ```
......
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