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

Update README.md

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