Skip to content

Commit eeaad20

Browse files
committed
update sha
1 parent c0f80e6 commit eeaad20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/content/docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
121121
your head tag and get going:
122122

123123
```html
124-
<script src="https://unpkg.com/[email protected]" integrity="sha384-QWGpdj554B4ETpJJC9z+ZHJcA/i59TyjxEPXiiUgN2WmTyV5OEZWCD6gQhgkdpB/" crossorigin="anonymous"></script>
124+
<script src="https://unpkg.com/[email protected]" integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ" crossorigin="anonymous"></script>
125125
```
126126

127127
An unminified version is also available for debugging as well:
128128

129129
```html
130-
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-gpIh5aLQ0qmX8kZdyhsd6jA24uKLkqIr1WAGtantR4KsS97l/NRBvh8/8OYGThAf" crossorigin="anonymous"></script>
130+
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-yZq+5izaUBKcRgFbxgkRYwpHhHHCpp5nseXp0MEQ1A4MTWVMnqkmcuFez8x5qfxr" crossorigin="anonymous"></script>
131131
```
132132

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

0 commit comments

Comments
 (0)