Fix version in quickstart cdn src

This commit is contained in:
Alejandro Schmeichler 2021-02-17 09:43:14 -04:00 committed by GitHub
parent 7bc9e2e3cf
commit b1b337c937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ By removing these arbitrary constraints htmx completes HTML as a
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@1.1.0" ></script>
<script src="https://unpkg.com/htmx.org@1.2.0" ></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me