From 7138a3e505fb2e45387abbc256a76fcfb971af7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 12 Aug 2020 12:12:02 -0300 Subject: [PATCH] Minor fix on lines 07 & 86 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f00520..3d77e9e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) @@ -121,7 +121,7 @@ use asp.net core(.NET Core) )); services.AddSingleton(new DefaultTemplateParser { - Template = "【吾乐购】{{Code}} 是您的验证码,非本人操作请忽略" + Template = "銆愬惥涔愯喘銆憑{Code}} 鏄偍鐨勯獙璇佺爜锛岄潪鏈汉鎿嶄綔璇峰拷鐣" }); services.AddSingleton(provider => { @@ -187,4 +187,4 @@ use asp.net core(.NET Core) } ``` -More examples at [Tests](https://github.com/mylvghb/YeeTech.VerificationCode/tree/master/tests) \ No newline at end of file +More examples at [Tests](https://github.com/mylvghb/YeeTech.VerificationCode/tree/master/tests)