From 0ed2585bdbcf4040f4c71f22b2de76c870eb8090 Mon Sep 17 00:00:00 2001 From: forest Date: Thu, 25 Feb 2021 17:22:22 -0600 Subject: [PATCH] explain where to get nonce from --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fc07779..43e7bb3 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,7 @@ Return type: `text/plain` (error/status messages only) - This challenge was returned by `GetChallenges`. - `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned. - `Verify` has not been called on this challenge before. - - The provided hexadecimal nonce solves the challenge. - + - The provided hexadecimal nonce solves the challenge. (This nonce string will be passed to the function you specify in [data-sqr-captcha-callback](#data-sqr-captcha-callback) ) Otherwise it returns 404, 400, or 500.