From 8e7b00481cd8b45c878de01415cab86a8efd7109 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Mon, 24 Aug 2020 18:25:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a905a..70f1c0d 100644 --- a/README.md +++ b/README.md @@ -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.