update docs

This commit is contained in:
carson 2020-09-18 06:54:45 -06:00
parent 98f2af9221
commit 878a98da75
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ IE11 compatible
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.0.8"></script>
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me

View File

@ -94,7 +94,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
[unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html
<script src="https://unpkg.com/htmx.org@0.0.8"></script>
<script src="https://unpkg.com/htmx.org@0.1.0"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)