From 7529444e86b4454cb068914821277c89bf6c1654 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 27 Jun 2025 07:46:10 -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 19404287..f64f4d5f 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 @@ -1140,7 +1140,7 @@ You can see all available extensions on the [Extensions](/extensions) page. The fastest way to install htmx extensions created by others is to load them via a CDN. Remember to always include the core htmx library before the extensions and [enable the extension](#enabling-extensions). For example, if you would like to use the [response-targets](/extensions/response-targets) extension, you can add this to your head tag: ```HTML - +