Skip to content

Commit e7aade1

Browse files
authored
Update README.md
1 parent da662c9 commit e7aade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ An efficient and secured alternative of Google reCAPTCHA for ASP.NET Core and AS
8686
```HTML
8787
<img src="~/Captcha?fc=green" alt="Captcha" />
8888
```
89-
* You can change type of the characters. `num` for numeric characters or `mix` for mixed characters. (Default is `mix`):
89+
* You can change type of the characters. `num` for numeric characters or `mix` for alphanumeric characters. (Default is `mix`):
9090
```HTML
9191
<img src="~/Captcha?t=num" alt="Captcha" />
9292
```

0 commit comments

Comments
 (0)