Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arsanjani authored Jan 15, 2022
1 parent da662c9 commit e7aade1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ An efficient and secured alternative of Google reCAPTCHA for ASP.NET Core and AS
```HTML
<img src="~/Captcha?fc=green" alt="Captcha" />
```
* 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`):
```HTML
<img src="~/Captcha?t=num" alt="Captcha" />
```

0 comments on commit e7aade1

Please sign in to comment.