diff options
Diffstat (limited to 'www/content/extensions/ws.md')
-rw-r--r-- | www/content/extensions/ws.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/ws.md b/www/content/extensions/ws.md index e938c624..2002e7d6 100644 --- a/www/content/extensions/ws.md +++ b/www/content/extensions/ws.md @@ -23,7 +23,7 @@ Use the following attributes to configure how WebSockets behave: The fastest way to install `ws` 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-ws@2.0.2" integrity="sha384-vuKxTKv5TX/b3lLzDKP2U363sOAoRo5wSvzzc3LJsbaQRSBSS+3rKKHcOx5J8doU" crossorigin="anonymous"></script> </head> <body hx-ext="ws"> |