From 7caa3cbe2cf1c824395e6d93fbd50bccdd3db9d6 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:12:23 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b541e47..6ece984 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ # Features - Keeps you close to the DOM. -- HTMLElement builder allows you to differentiate between attributes and properties. +- `HTMLElement` builder allows you to differentiate between attributes and properties. +- Builder doesn't only work with `HTMLElement`(s) but works with any `Node` instance including `ShadowRoot`, `DocumentFragment`, `Document`... any `Node` type, including future ones. - Converts existing HTMLElement methods to builder pattern with `Proxy`. - Uses signals for reactivity. - Makes using signals easier with things like `.pipe()`, `.derive()` and more.