From 8c06069b25816f4160fd9785ff1b7634f057c373 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 24 Oct 2023 18:39:39 +0200 Subject: [PATCH] fix: readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];