Skip to content

Commit

Permalink
update sha
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Dec 13, 2024
1 parent db42b46 commit b82cf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
your head tag and get going:

```html
<script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-TODO" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script>
```

An unminified version is also available as well:

```html
<script src="https://unpkg.com/htmx.org@2.0.5/dist/htmx.js" integrity="sha384-TODO" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmx.org@2.0.5/dist/htmx.js" integrity="sha384-oeUn82QNXPuVkGCkcrInrS1twIxKhkZiFfr2TdiuObZ3n3yIeMiqcRzkIcguaof1" crossorigin="anonymous"></script>
```

While the CDN approach is extremely simple, you may want to consider
Expand Down

0 comments on commit b82cf84

Please sign in to comment.