diff options
Diffstat (limited to 'www/content/_index.md')
-rw-r--r-- | www/content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/_index.md b/www/content/_index.md index 587c342a..6f6ce8e2 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -37,7 +37,7 @@ By removing these constraints, htmx completes HTML as a [hypertext](https://en.w <h2>quick start</h2> ```html - <script src="https://unpkg.com/htmx.org@1.9.11"></script> + <script src="https://unpkg.com/htmx.org@1.9.12"></script> <!-- have a button POST a click via AJAX --> <button hx-post="/clicked" hx-swap="outerHTML"> Click Me |