From 5449ef2ee2499907965860ff2b0874752dad7e4a Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 23 Sep 2023 11:10:20 +0200 Subject: [PATCH] chore: update readme tldr --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c4e7f22..c96a4b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> **>>> TL;DR:** See the [Quick Start Example](#quick-start-example) you can just copy, refactor, and modify +> **>>> TL;DR:** This provides a minimal vanilla JS base class that aims to reduce the complexity of creating reactive custom elements. See the [Quick Start Example](#quick-start-example) Web Component Base --- @@ -6,7 +6,6 @@ Web Component Base [![Package information: NPM license](https://img.shields.io/npm/l/web-component-base)](https://www.npmjs.com/package/web-component-base) [![Package information: NPM downloads](https://img.shields.io/npm/dt/web-component-base)](https://www.npmjs.com/package/web-component-base) -This provides a very minimal base class for creating reactive custom elements easily. When you extend the `WebComponent` class for your component, you only have to define the `template` and `properties`. Any change in any property value will automatically cause just the component UI to render.