diff --git a/README.md b/README.md index 3e1a33d..4aeee9b 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Built off of GRC's Interactive Brute Force Password “Search Space” Calculator. You can toggle between the normal algorithm and GRC's algorithm. -The normal algorithm is: +# The normal algorithm is: ```javascript Math.pow(number-of-characters, Password-length); ``` and a symbol character set size of 32. -GRC's algorithm is: +# GRC's algorithm is: ```javascript function GRC(Password-length)