Skip to content

Commit

Permalink
fix basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 27, 2020
1 parent daeeacb commit 09fdd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bind/basic.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ <h3>"amp-state:" url example:</h3>

<amp-state id="myState">
<script type="application/json">
items: {
{
"myStateKey1": "myStateValue1",
"animals": {items: ["okapis", "bears", "pigs"]}
"animals": { "items": ["okapis", "bears", "pigs"] }
}
</script>
</amp-state>
Expand Down

0 comments on commit 09fdd96

Please sign in to comment.