diff options
Diffstat (limited to 'www/content/extensions/sse.md')
-rw-r--r-- | www/content/extensions/sse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/sse.md b/www/content/extensions/sse.md index 4da6118f..83756c52 100644 --- a/www/content/extensions/sse.md +++ b/www/content/extensions/sse.md @@ -29,7 +29,7 @@ Use the following attributes to configure how SSE connections behave: The fastest way to install `sse` is to load it via a CDN. Remember to always include the core htmx library before the extension and [enable the extension](#usage). ```HTML <head> - <script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.5/dist/htmx.min.js" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> + <script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.6/dist/htmx.min.js" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/htmx-ext-sse@2.2.2" integrity="sha384-Y4gc0CK6Kg+hmulDc6rZPJu0tqvk7EWlih0Oh+2OkAi1ZDlCbBDCQEE2uVk472Ky" crossorigin="anonymous"></script> </head> <body hx-ext="sse"> |