diff --git a/README.md b/README.md index d0cd984..b01d371 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ reCAPTCHA for .NET is one of the most popular and well-documented reCAPTCHA libr "RecaptchaSecretKey": "Your secret key"
In the ConfigureServices method of the Startup class, add the following line of code:
-using Recaptcha.Web.Configuration; +
using Recaptcha.Web.Configuration; ... RecaptchaConfigurationManager.SetConfiguration(Configuration);
Render reCAPTCHA Widget
@@ -202,7 +202,7 @@ if (recaptchaResult != RecaptchaVerificationResult.Success)Samples
-The repo comes with three working samples that you can use to quickly understand and test the library:
+The repo comes with three working samples that you can use to quickly understand and test the library:
Note: Before running these samples, please ensure that the site key and secret key are set in the web.config (.NET Framework) or appsettings.json (.NET Core) file.
The current version of the repo is created using Microsoft Visual Studio 2019 Community Edition with .NET Framework 4.5 and .NET Core 3.1 as compilation targets. +
The current version of the repo is created using Microsoft Visual Studio 2019 Community Edition with .NET Framework 4.5 and .NET Core 3.1 as compilation targets.