diff --git a/lib/modules/manager/cdnurl/readme.md b/lib/modules/manager/cdnurl/readme.md
index 1eefd1d18adc4af2fe81bfe2f49c1598f2ec7362..1f91341c411d2ae10807f670bc0038ab8217df40 100644
--- a/lib/modules/manager/cdnurl/readme.md
+++ b/lib/modules/manager/cdnurl/readme.md
@@ -11,6 +11,6 @@ For example:
 
 <!-- prettier-ignore -->
 !!! warning
-    This manager isn't aware of subresource integrity (SRI) hashes.
-    It searches for and replaces _any_ matching URL it finds, without considering things like script integrity hashes.
-    Use the `html` manager if you need SRI updating.
+    This manager does _not_ read or update Subresource Integrity (SRI) hashes.
+    It replaces _any_ matching URL it finds, without adding or updating script integrity hashes.
+    We recommend you use the `html` manager if you need SRI updating.