Skip to content

Commit fd36579

Browse files
committed
README.md: npm → bun
1 parent f3a0e34 commit fd36579

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ Quickly upload and plot CSV data in a graph
2121
**Install Dependencies**
2222

2323
```bash
24-
npm install
24+
bun install
2525
```
2626

2727
**Start Development Server**
2828

2929
```bash
30-
npm start
30+
bun start
3131
```
3232

3333
**Lint all the files**
3434

3535
```bash
36-
npm run lint
36+
bun run lint
3737
```
3838

3939
**Format all files with Prettier**
4040

4141
```bash
42-
npm run format
42+
bun run format
4343
```
4444

4545
**Check TypeScript issues**
4646

4747
```bash
48-
npm run type-check
48+
bun run type-check
4949
```
5050

5151
**Build for Production**
5252

5353
```bash
54-
npm run build
54+
bun run build
5555
```

0 commit comments

Comments
 (0)