File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,28 @@ https://react-turnstile.vercel.app/
34
34
35
35
## Install
36
36
1 . [ Follow these steps] ( https://developers.cloudflare.com/turnstile/get-started/ ) to obtain a free site key and secret key from Cloudflare.
37
- 2 . Install ` @marsidev/react-turnstile ` into your React application.
37
+ 2 . Install ` @marsidev/react-turnstile ` into your React project.
38
+
39
+ ```bash
40
+ npm i @marsidev/react-turnstile
41
+ ```
42
+
43
+ Or using any custom package manager:
38
44
39
45
```bash
40
- # Whichever matches your package manager
41
46
pnpm add @marsidev/react-turnstile
42
- npm install @marsidev/react-turnstile
47
+ ```
48
+
49
+ ```bash
43
50
yarn add @marsidev/react-turnstile
44
- ultra install @marsidev/react-turnstile
51
+ ```
52
+
53
+ ```bash
54
+ bun add @marsidev/react-turnstile
55
+ ```
56
+
57
+ ```bash
58
+ ni @marsidev/react-turnstile
45
59
```
46
60
47
61
## Usage
You can’t perform that action at this time.
0 commit comments