Skip to content

Commit

Permalink
Merge pull request #143 from f/patch-1
Browse files Browse the repository at this point in the history
fix ${App} to ${MyComponent}
  • Loading branch information
tbranyen committed Jun 10, 2017
2 parents 76f7a76 + 8e7db99 commit 102be89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diffhtml-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ customElements.define('web-component', class extends WebComponent {
}
});

innerHTML(document.body, html`<${App} />`);
innerHTML(document.body, html`<${MyComponent} />`);
```

## PropTypes
Expand Down

0 comments on commit 102be89

Please sign in to comment.