Skip to content

Commit

Permalink
Fix json format issue in card description
Browse files Browse the repository at this point in the history
  • Loading branch information
randohinn committed Aug 31, 2018
1 parent 7e11dfd commit f095bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOBILEDOC.md
Expand Up @@ -98,7 +98,7 @@ Cards have a name and arbitrary payload.
cards: [
[cardName, cardPayload], ──── Card
['image', { ──── Example 'image' card
src: 'http://google.com/logo.png'
'src': 'http://google.com/logo.png'
}]
]
}
Expand Down

0 comments on commit f095bb6

Please sign in to comment.