From 550e82e482a03270cff3ec0f5755b14ad36a8aff Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 4 Nov 2022 19:13:50 -0600 Subject: [PATCH] update sha --- www/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs.md b/www/docs.md index 8d8e9a4de..56126c67a 100644 --- a/www/docs.md +++ b/www/docs.md @@ -113,7 +113,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).