diff options
author | Carson Gross <carson@bigsky.software> | 2024-03-15 08:53:37 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-03-15 08:53:37 -0600 |
commit | 9b1e9bc336ffd40ee62dd2af8b21c6894e4b45f2 (patch) | |
tree | a40cb0246ad19939994bea3a1a4654612d14b6f7 | |
parent | f353023b0103a07f5d0e5804118923280517bac5 (diff) | |
download | htmx-9b1e9bc336ffd40ee62dd2af8b21c6894e4b45f2.tar.gz htmx-9b1e9bc336ffd40ee62dd2af8b21c6894e4b45f2.zip |
update shav1.9.11
-rw-r--r-- | www/content/docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/docs.md b/www/content/docs.md index 0fa82bc6..9c639690 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.11" integrity="sha384-TODO" crossorigin="anonymous"></script> +<script src="https://unpkg.com/htmx.org@1.9.11" integrity="sha384-0gxUXCCR8yv9FM2b+U3FDbsKthCI66oH5IA9fHppQq9DDMHuMauqq1ZHBpJxQ0J0" 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). |