Skip to content

Commit

Permalink
Merge pull request #82 from emkay/patch-1
Browse files Browse the repository at this point in the history
Update README.md small fix to onclick event
  • Loading branch information
bcomnes authored May 9, 2018
2 parents cc4e9d2 + 831c821 commit f5cb612
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 @@ -117,7 +117,7 @@ class Component extends Nanocomponent {
}

createElement () {
return html`<button onClick=${this.handleClick}>
return html`<button onclick=${this.handleClick}>
My component
</button>`
}
Expand Down

0 comments on commit f5cb612

Please sign in to comment.