From 3593cdfecf9af16b265b1849779c82cf9018907a Mon Sep 17 00:00:00 2001 From: Matteo Guarnerio Date: Thu, 7 Jul 2016 16:32:05 +0200 Subject: [PATCH] Improve authors example (#70) Improve authors example --- json.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json.md b/json.md index 59fa4dc..3f149fb 100644 --- a/json.md +++ b/json.md @@ -182,7 +182,8 @@ Either: ```json "authors": [ - "John Doe", "John Doe ", + "John Doe", + "John Doe ", "John Doe (http://johndoe.com)" ] ```