diff --git a/README.md b/README.md index 86c8364..185cb06 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ Looking for stuff [we recommend doing in vanilla JS](#no-surreal)? * 🔥 `onloadAdd(_ => { alert("loaded!"); })` * 🔥 `` * Execute after the DOM is ready. Similar to jquery `ready()` - * Adds function to `window.onload` to prevent overwrites of `window.onload` and predictable sequential loading. - * Alternative patterns + * Add to `window.onload` while preventing overwrite of `window.onload` and predictable sequential loading. + * Alternatives: * Skip missing elements using `.?` example: `me("video")?.requestFullscreen()` * Place `