diff --git a/README.md b/README.md index 74b8990..12e47f8 100644 --- a/README.md +++ b/README.md @@ -156,5 +156,5 @@ Tailwind verbosity goes up with more child elements. ``` ## 🔎 Technical FAQ -* Why do you use `QuerySelectorAll()` and not just process the `MutationObserver` results directly? - * Processing `MutationObserver` results will work well until you begin recieving subtrees (ex: DOM swap, [htmx](https://htmx.org), ajax, jquery) which requires you to walk all subtree child elements to not miss a `