Skip to content

Commit 9e98694

Browse files
committed
Fixed the appSettings code block sample
1 parent 30c34aa commit 9e98694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,12 @@ As you may have already seen, you can directly assign public and private keys to
219219

220220
In the appSettings section of your web.config file, add the keys as follows:
221221

222+
```
222223
<appSettings>
223224
<add name="recaptchaPublicKey" value="Your site key" />
224225
<add name="recaptchaPrivateKey" value="Your secret key" />
225226
</appSettings>
227+
```
226228

227229
Note: The appSettings keys are automatically added to your web.config file if you install Recaptcha for .NET through Nuget. However, you would still need to provide your own public and private keys in the web.config file of your project.
228230

0 commit comments

Comments
 (0)