Skip to content

Commit 8938393

Browse files
authored
Update README.md
1 parent df2ceb3 commit 8938393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ git clone https://github.com/WarFiN123/webhook-multitool && cd webhook-multitool
1010
Then, install all dependencies:
1111

1212
```bash
13-
pnpm install
13+
bun install
1414
```
1515

1616
## Running the development server (if you are editing the source code and want to see the changes real-time)
1717

1818
```bash
19-
pnpm run dev
19+
bun run dev
2020
```
2121

2222
## Production Build (if you want to publish the site)
2323

2424
Building:
2525
```bash
26-
pnpm run build
26+
bun run build
2727
```
2828

2929
Running:
3030
```bash
31-
pnpm run start
31+
bun run start
3232
```
3333

3434
## Similar Projects

0 commit comments

Comments
 (0)