From 5989447a031a470df13048fc6a63d4ddcbdd4563 Mon Sep 17 00:00:00 2001 From: jesus_aviles Date: Thu, 8 Jun 2023 15:53:52 -0400 Subject: [PATCH] Update 'README.md' Fix username XD --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4607090..60ef5c3 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ FreeCAPTCHA is a new CAPTCHA system for privacy-focused websites. No JS, minimal Here's a minimalistic implementation, to show you what it looks like: -initial page +initial page Let's try selecting an *incorrect* option: -wrong select +wrong select And we submit, to see what happens: -wrong result +wrong result Okay, what if select the *correct* image? -right select +right select And smash that submit button to see where it goes! -right result +right result Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration \ No newline at end of file