Skip to content

Commit 49528c1

Browse files
committed
fix: Update command examples in README.md for accuracy
1 parent 89dfc11 commit 49528c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ bun install
3939
#### 3. Run the project in development mode:
4040

4141
```bash
42-
bun run dev
42+
bun dev
4343
```
4444

4545
#### 4. Build the project:
4646

4747
```bash
48-
bun build
48+
bun run build
4949
```
5050

5151
#### 5. Run the project in production mode:

0 commit comments

Comments
 (0)