We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da662c9 commit e7aade1Copy full SHA for e7aade1
README.md
@@ -86,7 +86,7 @@ An efficient and secured alternative of Google reCAPTCHA for ASP.NET Core and AS
86
```HTML
87
<img src="~/Captcha?fc=green" alt="Captcha" />
88
```
89
-* You can change type of the characters. `num` for numeric characters or `mix` for mixed characters. (Default is `mix`):
+* You can change type of the characters. `num` for numeric characters or `mix` for alphanumeric characters. (Default is `mix`):
90
91
<img src="~/Captcha?t=num" alt="Captcha" />
92
0 commit comments