Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix on lines 07 & 86 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ YeeTech.VerificationCode is a cross-platform, fast, high performance and extendi

## YeeTech.VerificationCode Libraies

* `YeeTech.VerificationCode` Verification code core. it provid generate diffrence verification code, delegates and rich interfaces that draw or send verification code.
* `YeeTech.VerificationCode` Verification code core. it provid generate difference verification code, delegates and rich interfaces that draw or send verification code.
* `YeeTech.VerificationCode.Image` Dawing verification code image.
* `YeeTech.VerificationCode.Mail` Sending verification code message pass email.
* `YeeTech.VerificationCode.Twilio` Sending SMS,Voice verification code pass Twilio gateway.
* `YeeTech.VerificationCode.Twilio` Sending SMS, Voice verification code pass Twilio gateway.

## Live Examples

Expand Down Expand Up @@ -83,7 +83,7 @@ YeeTech.VerificationCode is a cross-platform, fast, high performance and extendi
}
```

**Send verificaiton code pass Email**
**Send verification code pass Email**

use asp.net core(.NET Core)

Expand Down Expand Up @@ -121,7 +121,7 @@ use asp.net core(.NET Core)
));
services.AddSingleton<ITemplateParser>(new DefaultTemplateParser
{
Template = "�����ֹ���{{Code}} ��������֤�룬�DZ��˲��������"
Template = "【吾乐购】{{Code}} 是您的验证码,非本人操作请忽略"
});
services.AddSingleton<IMessageVerificationCodeFactory>(provider =>
{
Expand Down Expand Up @@ -187,4 +187,4 @@ use asp.net core(.NET Core)
}
```

More examples at [Tests](https://github.com/mylvghb/YeeTech.VerificationCode/tree/master/tests)
More examples at [Tests](https://github.com/mylvghb/YeeTech.VerificationCode/tree/master/tests)