diff --git a/README.md b/README.md index 978c0dac368a5a1c721626067dcee294a14119a3..ac1e424b79c6d408e95cb405c4634dfdfe59aa44 100644 --- a/README.md +++ b/README.md @@ -93,16 +93,8 @@ ___ ```javascript let healthKitOptions = { permissions: { - read: [ - "Height", - "Weight", - "Steps", - "DateOfBirth", - "BodyMassIndex" - ], - write: [ - "Weight" - ] + read: ["Height", "Weight", "Steps", "DateOfBirth", "BodyMassIndex"], + write: ["Weight"] } }; ```