diff --git a/README.md b/README.md index 94a1897..2123a09 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Previous versions (< 3.0.0) implemented the v0 proposal, which was only implemen ## Usage -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: ```javascript import register from 'preact-custom-element';