Skip to content

Commit b0dc21a

Browse files
authored
Merge pull request #58 from scarf005/quick-start-grammar
docs(quick-start): minor grammar fixes
2 parents 3f4781e + e2cab44 commit b0dc21a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/quick-start.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ head:
99
- name: 'description'
1010
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
1111

12-
1312
- - meta
1413
- property: 'og:description'
15-
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
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!
1615
---
1716

1817
# Quick Start
19-
Elysia is a library built for Bun.
18+
Elysia is a library built for Bun.
2019

21-
So the only prerequisite is that you need to have Bun installed.
20+
Bun is all you need to get started.
2221
```bash
2322
curl https://bun.sh/install | bash
2423
```
2524

26-
Start by using `bun create` to scaffold the project:
25+
Bootstrap a new project with `bun create`:
2726
```bash
2827
bun create elysia hi-elysia
2928
```
@@ -55,4 +54,4 @@ You should see your server is running.
5554

5655
---
5756

58-
Congrats! You just create a new web server with Elysia 🎉🎉
57+
Congrats! You've just created a new web server with Elysia 🎉🎉

0 commit comments

Comments
 (0)