Actualizar 'README.md'

This commit is contained in:
jesusvilla 2022-04-12 12:21:00 -04:00
parent 86919dc7b8
commit af44b9debc

View File

@ -6,18 +6,18 @@ Here's a minimalistic implementation, to show you what it looks like:
Let's try selecting an *incorrect* option: Let's try selecting an *incorrect* option:
![wrong select](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_select.png) <img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_select.png" alt="wrong select" width="500"/>
And we submit, to see what happens: And we submit, to see what happens:
![wrong result](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_result.png) <img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_result.png" alt="wrong result" width="500"/>
Okay, what if select the *correct* image? Okay, what if select the *correct* image?
![right select](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_select.png) <img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_select.png" alt="right select" width="500"/>
And smash that submit button to see where it goes! And smash that submit button to see where it goes!
![right result](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_result.png) <img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_result.png" alt="right result" width="500"/>
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 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