From 726292af1d416f7c621106cc179607a768068bd3 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 20 Jun 2025 15:31:36 -0600 Subject: [PATCH] fix SHAs --- www/content/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/content/docs.md b/www/content/docs.md index 46209bdd..dfba110a 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -123,13 +123,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a your head tag and get going: ```html - + ``` An unminified version is also available as well: ```html - + ``` While the CDN approach is extremely simple, you may want to consider @@ -1141,7 +1141,7 @@ The fastest way to install htmx extensions created by others is to load them via ```HTML - + ...