From 114fbf98b0a89784703450410cc92a725743c5b2 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Tue, 30 Jul 2019 16:42:30 +0100 Subject: [PATCH] docs: fix formatting on example 2 spaces --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e7d416e0..9ef6c3f9 100644 --- a/README.md +++ b/README.md @@ -86,15 +86,18 @@ If you additionally want to include a URL and email with each copyright holder, ```json { - "copyright": [{ - "name": "Remy Sharp, https://remysharp.com", - "url": "https://remysharp.com", - "email": "remy@remysharp.com" - }, { - "name": "Richie Bendall, https://www.richie-bendall.ml", - "url": "https://www.richie-bendall.ml", - "email": "richiebendall@gmail.com" - }] + "copyright": [ + { + "name": "Remy Sharp, https://remysharp.com", + "url": "https://remysharp.com", + "email": "remy@remysharp.com" + }, + { + "name": "Richie Bendall, https://www.richie-bendall.ml", + "url": "https://www.richie-bendall.ml", + "email": "richiebendall@gmail.com" + } + ] } ```