File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
120120your head tag and get going:
121121
122122``` html
123- <script src =" https://unpkg.com/htmx.org@2.0.4" integrity =" sha384-TODO " crossorigin =" anonymous" ></script >
123+ <script src =" https://unpkg.com/htmx.org@2.0.4" integrity =" sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+ " crossorigin =" anonymous" ></script >
124124```
125125
126126An unminified version is also available as well:
127127
128128``` html
129- <script src =" https://unpkg.com/htmx.org@2.0.5/dist/htmx.js" integrity =" sha384-TODO " crossorigin =" anonymous" ></script >
129+ <script src =" https://unpkg.com/htmx.org@2.0.5/dist/htmx.js" integrity =" sha384-oeUn82QNXPuVkGCkcrInrS1twIxKhkZiFfr2TdiuObZ3n3yIeMiqcRzkIcguaof1 " crossorigin =" anonymous" ></script >
130130```
131131
132132While the CDN approach is extremely simple, you may want to consider
You can’t perform that action at this time.
0 commit comments