We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5790765 + 8b55737 commit b6f6c2eCopy full SHA for b6f6c2e
README.md
@@ -5,7 +5,7 @@ Previous versions (< 3.0.0) implemented the v0 proposal, which was only implemen
5
6
## Usage
7
8
-Import `CustomElement` and call with your component a tag name __\*__, and a list of attribute names you want to observe:
+Import `register` and call it with your component, a tag name<strong>*</strong>, and a list of attribute names you want to observe:
9
10
```javascript
11
import register from 'preact-custom-element';
0 commit comments