From 3b2788fc4f1b85599c79eb65fbd3534fa7754e4c Mon Sep 17 00:00:00 2001 From: Basia Madej Date: Tue, 9 Dec 2014 16:07:14 +0100 Subject: [PATCH] Tiny improvement of README 0.90 syntax --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e862bf0e..9c7fd6fd 100644 --- a/README.md +++ b/README.md @@ -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 } ]