From 4af10036667244491341fcf8b67eb789c7d62559 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 16 Sep 2023 23:35:19 +0200 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c15be1..e13ca38 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm i web-component-base ## Usage -When you extend the 'WebComponent' class for your component, you only have to define the `template()` and `observedAttributes()`, and the UI will be reactive on attribute changes. +When you extend the `WebComponent` class for your component, you only have to define the `template()` and `observedAttributes()`, and the UI will be reactive on attribute changes. ```js // HelloWorld.mjs @@ -52,4 +52,4 @@ Then changes in the attributes observed will cause the UI to render. ``` -UI showing feeling toward Web Components changing from SAD to EXCITED +UI showing feeling toward Web Components changing from SAD to EXCITED