Skip to content

Commit

Permalink
Docs: example cut
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni authored Dec 6, 2016
1 parent 54a3e7d commit f3660f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ We can apply these two declarative-style templates templates to data:
block: 'item',
content: {
block: 'list',
content: [
{ block: 'item', content: 'JS' }
]
content: { block: 'item', content: 'JS' }
}
}
]
]
}
```

Expand Down

0 comments on commit f3660f8

Please sign in to comment.