From ec0c11c460e8cbf8014702cb148fc6177f28d00d Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 14 Jul 2023 14:16:37 -0600 Subject: [PATCH] update sha --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/docs.md b/www/content/docs.md index 72724ede..3a3ee04d 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 - + ``` 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).