Merge pull request #75 from mauriciopasquier/master

fixing docs
This commit is contained in:
Yehuda Katz 2012-06-05 00:18:31 -07:00
commit 9919f28f4d

View File

@ -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" },