summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/docs.md
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2023-08-24 12:38:20 -0600
committerCarson Gross <carson@bigsky.software>2023-08-24 12:38:20 -0600
commitb3a4a5fc1adf7e13281e004fb7526fdaca3d05cc (patch)
tree157ca5f1065fe92f3a301c20124577d78ca4bdc2 /www/content/docs.md
parent86872b1091676d43f63a51e3c963722f9387b6a6 (diff)
downloadhtmx-b3a4a5fc1adf7e13281e004fb7526fdaca3d05cc.tar.gz
htmx-b3a4a5fc1adf7e13281e004fb7526fdaca3d05cc.zip
prep 1.9.5 release
Diffstat (limited to 'www/content/docs.md')
-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 e6d45fca..94d68e99 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.4" integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script>
+<script src="https://unpkg.com/htmx.org@1.9.5" integrity="sha384-TODO" 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).