From 10b2c09bacc1bbe441c66d21a7488ff40d08cc71 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 18 Nov 2023 22:45:26 +0100 Subject: [PATCH] chore: update tldr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 844b5cd..3b0473f 100644 --- a/README.md +++ b/README.md @@ -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 ---