From 70cf13107067ffae71cbe0cf9ebbacf52ffce896 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 17 Jan 2023 15:48:10 -0700 Subject: [PATCH] update sha for release --- www/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs.md b/www/docs.md index df33ba1fb..e1443922a 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).