diff --git a/index.html b/index.html
index 03d6efa..93afb80 100644
--- a/index.html
+++ b/index.html
@@ -199,7 +199,9 @@ I like passwords that I can remember.
FAQ: Are these dice rolls cryptographically secure?
-Yes, insofar as we're using the getRandomValues() function in Javascript, and you trust that your
+Yes, insofar as we're using the
+getRandomValues() function in Javascript,
+and you trust that your
browser and computer have not been compromised or otherwise tampered with. Keep in mind that a not-so-theoretical attack
would be for an attacker to compromise the random number generator on your computer so that
anything that is encrypted (or passkeys generated) would be suspectible to less intense cryptoanalysis.