summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2023-11-07 10:02:07 -0700
committerCarson Gross <carson@bigsky.software>2023-11-07 10:02:07 -0700
commit953ce54b7e8210748e8f3e2eb357808cd418d450 (patch)
treea3a4f8e029d9670875a0815fc9c727a865860df3
parentd1cb1acaa3aa2b03b13a0285c343050ba29f03a1 (diff)
downloadhtmx-953ce54b7e8210748e8f3e2eb357808cd418d450.tar.gz
htmx-953ce54b7e8210748e8f3e2eb357808cd418d450.zip
update sha
-rw-r--r--www/content/docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/docs.md b/www/content/docs.md
index 9ab4f795..ad81f038 100644
--- a/www/content/docs.md
+++ b/www/content/docs.md
@@ -114,7 +114,7 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
and get going:
```html
-<script src="https://unpkg.com/htmx.org@1.9.8" integrity="sha384-EAzY246d6BpbWR7sQ8+WEm40J8c3dHFsqC58IgPlh4kMbRRI6P6WA+LA/qGAyAu8" crossorigin="anonymous"></script>
+<script src="https://unpkg.com/htmx.org@1.9.8" integrity="sha384-rgjA7mptc2ETQqXoYC3/zJvkU7K/aP44Y+z7xQuJiVnB/422P/Ak+F/AqFR7E4Wr" crossorigin="anonymous"></script>
```
While the CDN approach is extremely simple, you may want to consider [not using CDNs in production](https://blog.wesleyac.com/posts/why-not-javascript-cdn).