chore: update tldr

This commit is contained in:
Ayo 2023-11-18 22:45:26 +01:00
parent b9c66923c9
commit 10b2c09bac

View file

@ -1,4 +1,4 @@
> **>>> 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)
> **>>> TL;DR:** This provides a zero-dependency, ~760 Bytes (minified & brotlied), JS base class that aims to reduce the complexity of creating reactive custom elements. [Skip to the Quick Start Example](#quick-start-example)
Web Component Base
---