Skip to content

Commit

Permalink
docs: fix formatting on example
Browse files Browse the repository at this point in the history
2 spaces
  • Loading branch information
remy committed Jul 30, 2019
1 parent 4308fae commit 114fbf9
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
```

Expand Down

0 comments on commit 114fbf9

Please sign in to comment.