summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/_index.md')
-rw-r--r--www/content/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/_index.md b/www/content/_index.md
index 91b07dd6..c37ce351 100644
--- a/www/content/_index.md
+++ b/www/content/_index.md
@@ -119,7 +119,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@2.0.0"></script>
+ <script src="https://unpkg.com/htmx.org@2.0.1"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me