diff options
author | Carson Gross <carson@bigsky.software> | 2024-08-12 15:06:59 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-08-12 15:06:59 -0600 |
commit | eeaad206e89eff30db112a66dafb13ac75a0948a (patch) | |
tree | c0ae4daad830f970ac55b1c73709bcf6217c9908 | |
parent | c0f80e65f9b738551d6f48cea19508f8d1777d1f (diff) | |
download | htmx-eeaad206e89eff30db112a66dafb13ac75a0948a.tar.gz htmx-eeaad206e89eff30db112a66dafb13ac75a0948a.zip |
update shav2.0.2
-rw-r--r-- | www/content/docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/content/docs.md b/www/content/docs.md index 51f20ef4..2a71aef9 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -121,13 +121,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a your head tag and get going: ```html -<script src="https://unpkg.com/htmx.org@2.0.2" integrity="sha384-QWGpdj554B4ETpJJC9z+ZHJcA/i59TyjxEPXiiUgN2WmTyV5OEZWCD6gQhgkdpB/" crossorigin="anonymous"></script> +<script src="https://unpkg.com/htmx.org@2.0.2" integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ" crossorigin="anonymous"></script> ``` An unminified version is also available for debugging as well: ```html -<script src="https://unpkg.com/htmx.org@2.02/dist/htmx.js" integrity="sha384-gpIh5aLQ0qmX8kZdyhsd6jA24uKLkqIr1WAGtantR4KsS97l/NRBvh8/8OYGThAf" crossorigin="anonymous"></script> +<script src="https://unpkg.com/htmx.org@2.02/dist/htmx.js" integrity="sha384-yZq+5izaUBKcRgFbxgkRYwpHhHHCpp5nseXp0MEQ1A4MTWVMnqkmcuFez8x5qfxr" crossorigin="anonymous"></script> ``` While the CDN approach is extremely simple, you may want to consider |