aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0ce339..19c4501 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,9 @@ HMAC, and is redirected to request the page again, this time with the necessary
cookie to pass the validation.
JavaScript is provided to automatically solve the challenge without user
-interaction. Clients that do not run JavaScript need to solve the challenge
-externally, e.g. via the C program provided near the HTML form, and submit
-their nonce manually.
+interaction; the current solver requires WebAssembly. Clients that do not run
+JavaScript need to solve the challenge externally, e.g. via the C program
+provided near the HTML form, and submit their nonce manually.
## Contribute