From 5785e0c8e760480b6b4787bff39e61823e53e8b7 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 2 Mar 2023 14:48:34 -0700 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 9d6792d8..fd82c0c4 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).