Skip to content

Commit 2fc32b3

Browse files
committed
release prep
1 parent 9b9bb7b commit 2fc32b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/content/docs.md

Lines changed: 2 additions & 2 deletions
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-TODO" crossorigin="anonymous"></script>
124+
<script src="https://unpkg.com/[email protected]" integrity="sha384-qeAN0xWnJNWF0HBnEUKZHIL+jcrMrstwVTUUNfWBjjCcucLtTls/G3Ap9zAgCq4f" crossorigin="anonymous"></script>
125125
```
126126

127127
An unminified version is also available as well:
128128

129129
```html
130-
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-TODO" crossorigin="anonymous"></script>
130+
<script src="https://unpkg.com/[email protected]/dist/htmx.js" integrity="sha384-8KIgStQiNEm1seO9ZjTtw62D9Yvv1KdmFlY35ND75VbqDo+3yKg3KYZUgUNcNlAn" crossorigin="anonymous"></script>
131131
```
132132

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

0 commit comments

Comments
 (0)