From aec7259c3e3dff4011be9aef4ae6af07a3b285fb Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Tue, 2 Jul 2024 14:50:33 -0700 Subject: [PATCH] More of same --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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" +} +```