Update README.md

This commit is contained in:
MixtapeXD 2020-08-24 18:25:44 -04:00 committed by GitHub
parent 5016142d54
commit 8e7b00481c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,6 @@ function GRC(Password-length)
return Math.pow(number-of-characters, Password-length - 1) + GRC(Password-length - 1);
}
```
and a symbol character set size of 32.
and a symbol character set size of 33.
included is version 1 of the calculator, please write me if you'd like to clean up the code and make it better. I want this to be fully community built.