docs: fix formatting on example

2 spaces
This commit is contained in:
Remy Sharp 2019-07-30 16:42:30 +01:00 committed by GitHub
parent 4308fae2a5
commit 114fbf98b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,15 +86,18 @@ If you additionally want to include a URL and email with each copyright holder,
```json ```json
{ {
"copyright": [{ "copyright": [
"name": "Remy Sharp, https://remysharp.com", {
"url": "https://remysharp.com", "name": "Remy Sharp, https://remysharp.com",
"email": "remy@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" "name": "Richie Bendall, https://www.richie-bendall.ml",
}] "url": "https://www.richie-bendall.ml",
"email": "richiebendall@gmail.com"
}
]
} }
``` ```