From 7e80bce83577b751dd8586de9aebd03057981691 Mon Sep 17 00:00:00 2001 From: Mauricio Pasquier Juan Date: Mon, 4 Jun 2012 12:18:42 -0300 Subject: [PATCH] missing and duplicated id --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 07cde73b..0c038201 100644 --- a/README.markdown +++ b/README.markdown @@ -219,11 +219,11 @@ this: "id": 1, "title": "New post", "body": "A body!", - "comments": [ 1 ] + "comments": [ 1, 2 ] }, "comments": [ { "id": 1, "body": "what a dumb post", "tags": [ 1, 2 ] }, - { "id": 1, "body": "i liked it", "tags": [ 1, 3 ] }, + { "id": 2, "body": "i liked it", "tags": [ 1, 3 ] }, ], "tags": [ { "id": 1, "name": "short" },