From f323e2e1e87cf1b96af1c41f29027e4d3c6a0541 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 15 Apr 2023 20:41:39 +0930 Subject: [PATCH] docs: remove size which is no longer accurate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b099c20..0dbd5c1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Basic interactive UI patterns like popup menus, tooltips, and modals are surpris `inclusive-elements` provides those basic behaviors in the form of Custom Elements, without any of the cruft. They are: - **🦮 Accessible.** Designed following the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/) so everyone can use them. -- **🌳 Lightweight.** 3kB gzipped with minimal dependencies. Less if you tree-shake only the elements you need. +- **🌳 Lightweight.** Tree-shake only the elements you need. - **🎨 Unstyled.** Easily integrate with your design bottom-up without having to fight defaults. - **🚀 Easy to use.** Simple API, works with any framework that supports Custom Elements.