Skip to content

Commit 3b2788f

Browse files
author
Basia Madej
committed
Tiny improvement of README 0.90 syntax
1 parent f1c3268 commit 3b2788f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -755,18 +755,18 @@ end
755755
"title": "New post",
756756
"attachments": [
757757
{
758-
"type": "image"
758+
"type": "image",
759759
"image": {
760-
"id": 3
761-
"name": "logo"
760+
"id": 3,
761+
"name": "logo",
762762
"url": "http://images.com/logo.jpg"
763763
}
764764
},
765765
{
766-
"type": "video"
766+
"type": "video",
767767
"video": {
768-
"id": 12
769-
"uid": "XCSSMDFWW"
768+
"id": 12,
769+
"uid": "XCSSMDFWW",
770770
"source": "youtube"
771771
}
772772
}
@@ -793,11 +793,11 @@ end
793793
"title": "New post",
794794
"attachment_ids": [
795795
{
796-
"type": "image"
796+
"type": "image",
797797
"id": 12
798798
},
799799
{
800-
"type": "video"
800+
"type": "video",
801801
"id": 3
802802
}
803803
]

0 commit comments

Comments
 (0)