We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd1f31 commit 4b7bd89Copy full SHA for 4b7bd89
README.md
@@ -1,6 +1,5 @@
1
# react-html-element
2
3
-[](https://travis-ci.com/github/im-open/react-html-element)
4
[](https://badge.fury.io/js/react-html-element)
5
6
## NOTE:
@@ -57,7 +56,7 @@ class IncrementerComponent extends ReactHTMLElement {
57
56
}
58
59
60
-customElements.define('incrementer', ReactTestComponent);
+customElements.define('incrementer-component', IncrementerComponent);
61
```
62
63
The key pieces of code are `... extends ReactHTMLElement` and `this.render`,
0 commit comments