diff options
-rw-r--r-- | challenge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html index f94d710..73f25a3 100644 --- a/challenge.html +++ b/challenge.html @@ -56,7 +56,7 @@ </section> <section> - <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with {{ .Global.NeedBits }} zero bits.</p> + <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p> <pre id="identifier">{{ .Identifier }}</pre> </section> |