Skip to content

Commit 4b7bd89

Browse files
authored
Docs: update README with corrections
1 parent bbd1f31 commit 4b7bd89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# react-html-element
22

3-
[![Build Status](https://travis-ci.com/im-open/react-html-element.svg?branch=master)](https://travis-ci.com/github/im-open/react-html-element)
43
[![npm version](https://badge.fury.io/js/react-html-element.svg)](https://badge.fury.io/js/react-html-element)
54

65
## NOTE:
@@ -57,7 +56,7 @@ class IncrementerComponent extends ReactHTMLElement {
5756
}
5857
}
5958

60-
customElements.define('incrementer', ReactTestComponent);
59+
customElements.define('incrementer-component', IncrementerComponent);
6160
```
6261

6362
The key pieces of code are `... extends ReactHTMLElement` and `this.render`,

0 commit comments

Comments
 (0)