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.
1 parent 5790765 commit 709553bCopy full SHA for 709553b
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 __\*__, and a list of attribute names you want to observe:
9
10
```javascript
11
import register from 'preact-custom-element';
0 commit comments