Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usarise committed Nov 19, 2023
1 parent 0f3660f commit e09e658
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Inspired on [recaptcha](https://github.com/google/recaptcha)
- [Turnstile](#usage-turnstile)
- [Client](#usage-client)
- [Examples http clients](#examples-http-clients)
- [Guzzle http client](#guzzle-http-client)
- [Symfony http client and Nyholm PSR-7](#symfony-http-client-and-nyholm-psr-7)
- [Symfony http client and Guzzle PSR-7](#symfony-http-client-and-guzzle-psr-7)
- [Curl http client and Nyholm PSR-7](#curl-http-client-and-nyholm-psr-7)
- [secret key](#usage-secret-key)
- [idempotency key](#usage-idempotency-key)
- [verify](#usage-verify)
Expand All @@ -27,7 +31,7 @@ composer require usarise/turnstile
```

## Getting started
#### Installation symfony http client and nyholm psr7 and turnstile
#### Installation symfony http client and nyholm psr7 and usarise turnstile
```
composer require symfony/http-client nyholm/psr7 usarise/turnstile
```
Expand Down

0 comments on commit e09e658

Please sign in to comment.