Skip to content

Commit

Permalink
Improve authors example (#70)
Browse files Browse the repository at this point in the history
Improve authors example
  • Loading branch information
magic890 authored and julkue committed Jul 7, 2016
1 parent c7c1dc0 commit 3593cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json.md
Expand Up @@ -182,7 +182,8 @@ Either:

```json
"authors": [
"John Doe", "John Doe <john@doe.com>",
"John Doe",
"John Doe <john@doe.com>",
"John Doe <john@doe.com> (http://johndoe.com)"
]
```
Expand Down

0 comments on commit 3593cdf

Please sign in to comment.