Skip to content

Commit fdc54f5

Browse files
authored
Update README.md
1 parent d870a60 commit fdc54f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ A small and simple Proof-of-Concept of Captcha (graphical and mathematical) for
3030
Graphical Captcha - *Mathematical operation with sign specification* | `new gmCaptcha({extra: {style: "math",custom: 3}})` | <img src="./screenshots/Graphical Captcha - Mathematical operation with specified.png" />
3131
Textual Captcha - *Mathematical Operation* | `new gmCaptcha({type: "text"})` | <img src="./screenshots/Textual Captcha - Mathematical Operation.png" />
3232
Textual Captcha - *Mathematical Operation with sign specification* | `new gmCaptcha({type: "text",extra: {custom: 4}})` | <img src="./screenshots/Textual Captcha - Mathematical operation with specified.png" />
33+
Graphical Captcha - *Text (random or from Dictionary file) with Text to Speech and Refresh (generation of a new code)* | `new gmCaptcha()` | <img src="./screenshots/Graphical Captcha - Text with refresh and speech.png" />
3334

3435
# Features
3536

@@ -56,7 +57,7 @@ A small and simple Proof-of-Concept of Captcha (graphical and mathematical) for
5657
</script>
5758
```
5859

59-
- Refresh graphical captchas (*It is only present in the graphical version of the Captcha*);
60+
- Refresh captchas (*It is only present in the graphical version of the Captcha*);
6061
- Error logger.
6162
---
6263
> [!NOTE]

0 commit comments

Comments
 (0)