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