File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
121121your head tag and get going:
122122
123123``` html
124- <script src =" https://unpkg.com/htmx.org@2.0.2" integrity =" sha384-QWGpdj554B4ETpJJC9z+ZHJcA/i59TyjxEPXiiUgN2WmTyV5OEZWCD6gQhgkdpB/ " crossorigin =" anonymous" ></script >
124+ <script src =" https://unpkg.com/htmx.org@2.0.2" integrity =" sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ " crossorigin =" anonymous" ></script >
125125```
126126
127127An unminified version is also available for debugging as well:
128128
129129``` html
130- <script src =" https://unpkg.com/htmx.org@2.02/dist/htmx.js" integrity =" sha384-gpIh5aLQ0qmX8kZdyhsd6jA24uKLkqIr1WAGtantR4KsS97l/NRBvh8/8OYGThAf " crossorigin =" anonymous" ></script >
130+ <script src =" https://unpkg.com/htmx.org@2.02/dist/htmx.js" integrity =" sha384-yZq+5izaUBKcRgFbxgkRYwpHhHHCpp5nseXp0MEQ1A4MTWVMnqkmcuFez8x5qfxr " crossorigin =" anonymous" ></script >
131131```
132132
133133While the CDN approach is extremely simple, you may want to consider
You can’t perform that action at this time.
0 commit comments