diff --git a/www/docs.md b/www/docs.md
index dd9877c3..7b4d5328 100644
--- a/www/docs.md
+++ b/www/docs.md
@@ -97,7 +97,13 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
[unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html
-
+
+```
+
+For added security, you can load the script using [Subresource Integrity (SRI)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity).
+
+``` html
+
```
## [AJAX](#ajax)