Skip to content

Commit 0de4de3

Browse files
authored
Merge pull request #119 from jakeboone02/bun-run-dev
Change `bun run dev` to `bun dev`
2 parents fd2766e + 981f79f commit 0de4de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ head:
77

88
- - meta
99
- name: 'description'
10-
content: Elysia is a library built for Bun and the only prerequisite. To start, boostrap a new project with "bun create elysia hi-elysia" and start development server with "bun run dev". This is all it need to do a quick start or getting start with ElysiaJS
10+
content: Elysia is a library built for Bun and the only prerequisite. To start, boostrap a new project with "bun create elysia hi-elysia" and start development server with "bun dev". This is all it need to do a quick start or getting start with ElysiaJS
1111

1212
- - meta
1313
- property: 'og:description'
14-
content: Elysia is a library built for Bun, and it's all you need to get started. Bootstrap a new project with "bun create elysia hi-elysia" and start the development server with "bun run dev". That's all you need to work on Elysia.js!
14+
content: Elysia is a library built for Bun, and it's all you need to get started. Bootstrap a new project with "bun create elysia hi-elysia" and start the development server with "bun dev". That's all you need to work on Elysia.js!
1515
---
1616

1717
# Quick Start
@@ -45,7 +45,7 @@ console.log(`🦊 Elysia is running at ${app.server?.hostname}:${app.server?.por
4545

4646
Start a development server by:
4747
```bash
48-
bun run dev
48+
bun dev
4949
```
5050

5151
Open your browser and go to `http://localhost:8080`.

0 commit comments

Comments
 (0)