diff --git a/README.md b/README.md index 3f792f2..2ffccc1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ In your component class: import WebComponent from "https://unpkg.com/web-component-base/index.js"; class HelloWorld extends WebComponent { - name = "World"; + dataName = "World"; emotion = "excited"; static properties = ["data-name", "emotion"];