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