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

Update README.md

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