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.