Skip to content

Commit b82cf84

Browse files
committed
update sha
1 parent db42b46 commit b82cf84

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
@@ -120,13 +120,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
120120
your head tag and get going:
121121

122122
```html
123-
<script src="https://unpkg.com/[email protected]" integrity="sha384-TODO" crossorigin="anonymous"></script>
123+
<script src="https://unpkg.com/[email protected]" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script>
124124
```
125125

126126
An unminified version is also available as well:
127127

128128
```html
129-
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-TODO" crossorigin="anonymous"></script>
129+
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-oeUn82QNXPuVkGCkcrInrS1twIxKhkZiFfr2TdiuObZ3n3yIeMiqcRzkIcguaof1" crossorigin="anonymous"></script>
130130
```
131131

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

0 commit comments

Comments
 (0)