Skip to content

Commit

Permalink
style(readme): fix typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum authored and jescalan committed Feb 10, 2017
1 parent a601440 commit da4b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const html = `<my-component>
<my-text class="text">Text</my-text>
</my-component>`

reshape({plugins: customElements({defaultTag: 'span'})})
reshape({plugins: [customElements({defaultTag: 'span'})]})
.process(html)
.then((res) => console.log(res.output()))
```
Expand Down

0 comments on commit da4b4f2

Please sign in to comment.