Merge pull request #752 from basiam/0-9-stable

Tiny improvement of README 0-9-stable
This commit is contained in:
Steve Klabnik 2014-12-09 10:59:57 -05:00
commit 9953a60c92

View File

@ -755,18 +755,18 @@ end
"title": "New post",
"attachments": [
{
"type": "image"
"type": "image",
"image": {
"id": 3
"name": "logo"
"id": 3,
"name": "logo",
"url": "http://images.com/logo.jpg"
}
},
{
"type": "video"
"type": "video",
"video": {
"id": 12
"uid": "XCSSMDFWW"
"id": 12,
"uid": "XCSSMDFWW",
"source": "youtube"
}
}
@ -793,11 +793,11 @@ end
"title": "New post",
"attachment_ids": [
{
"type": "image"
"type": "image",
"id": 12
},
{
"type": "video"
"type": "video",
"id": 3
}
]