Skip to content

Commit 1e86658

Browse files
committed
chore: update readme
1 parent 6a5fd8d commit 1e86658

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,28 @@ https://react-turnstile.vercel.app/
3434

3535
## Install
3636
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:
3844

3945
```bash
40-
# Whichever matches your package manager
4146
pnpm add @marsidev/react-turnstile
42-
npm install @marsidev/react-turnstile
47+
```
48+
49+
```bash
4350
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
4559
```
4660

4761
## Usage

0 commit comments

Comments
 (0)