Commit 13eef439 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent d56118c2
......@@ -93,16 +93,8 @@ ___
```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