diff --git a/README.md b/README.md index 4c0c192..bb00b9b 100644 --- a/README.md +++ b/README.md @@ -156,4 +156,4 @@ Tailwind verbosity goes up with more child elements. ``` ## 🔎 Technical FAQ * Why do you use `querySelectorAll()` and not just process the `MutationObserver` results directly? - * This was indeed the original implementation; it will work well up until you begin recieving subtrees (ex: DOM swaps with [htmx](https://htmx.org), ajax, jquery, etc.) which requires walking all subtree elements to ensure we do not miss a `