Skip to content

Commit b6f6c2e

Browse files
Merge pull request #82 from bhollis/bhollis-patch-1
2 parents 5790765 + 8b55737 commit b6f6c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Previous versions (< 3.0.0) implemented the v0 proposal, which was only implemen
55

66
## Usage
77

8-
Import `CustomElement` and call with your component a tag name __\*__, and a list of attribute names you want to observe:
8+
Import `register` and call it with your component, a tag name<strong>*</strong>, and a list of attribute names you want to observe:
99

1010
```javascript
1111
import register from 'preact-custom-element';

0 commit comments

Comments
 (0)