diff --git a/README.md b/README.md index f61fe2a..5324b42 100644 --- a/README.md +++ b/README.md @@ -210,19 +210,22 @@ For example, consider the following: + `.` + + - ```js - { - "from": "alice@example.com", - "to": ["bob@example.com", "carol@elsewhere.example.com"], - "cc": ["fraud@example.com"], - "title": "Meeting Confirmation", - "body": "I'll see you on Tuesday" - } - ``` +```js +{ + "from": "alice@example.com", + "to": ["bob@example.com", "carol@elsewhere.example.com"], + "cc": ["fraud@example.com"], + "title": "Meeting Confirmation", + "body": "I'll see you on Tuesday" +} +```