Skip to content

Commit 26f9c2b

Browse files
committed
Correct Cloudflare Turnstile heading level
1 parent 126785c commit 26f9c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ public string GetClientIpAddress(){
253253

254254
That's it! **Happy verifying!** :tada:
255255

256-
### Cloudflare Turnstile
256+
## Cloudflare Turnstile
257257

258258
[Cloudflare Turnstile](https://developers.cloudflare.com/turnstile/) is an alternative to reCAPTCHA, providing a very similar interface to reCAPTCHA v2, which doesn't require user intereaction unless the visitor is suspected of being a bot.
259259

260260
After following the [instructions](https://developers.cloudflare.com/turnstile/get-started/) to get the client ready, and to generate your secret key, verifying the resposne on the server side is easy.
261261

262-
#### Client Side
262+
### Client Side
263263

264264
More detailed instructions, including theming, can be found at
265265
[https://developers.cloudflare.com/turnstile/get-started/](https://developers.cloudflare.com/turnstile/get-started/).
@@ -278,7 +278,7 @@ And then insert the widget:
278278

279279
The *data-action* attribute can be verified later, on the server side.
280280

281-
#### Server Side
281+
### Server Side
282282

283283
```csharp
284284
// 1. Get the client IP address in your chosen web framework

0 commit comments

Comments
 (0)