Skip to content

Commit daf6403

Browse files
authored
docs(quick-start): correct grammar
1 parent 2c65ca5 commit daf6403

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/quick-start.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
2-
title: Getting Start - Elysia.js
2+
title: Quick Start - Elysia.js
33
head:
44
- - meta
55
- property: 'og:title'
6-
content: Getting Start - Elysia.js
6+
content: Quick Start - Elysia.js
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 Elysia.js
10+
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!
1111

1212

1313
- - meta
1414
- 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 Elysia.js
15+
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!
1616
---
1717

1818
# Quick Start
19-
Elysia is a library built for Bun.
19+
Elysia is a library built for Bun.
2020

21-
So the only prerequisite is that you need to have Bun installed.
21+
Bun is all you need to get started.
2222
```bash
2323
curl https://bun.sh/install | bash
2424
```
2525

26-
Start by using `bun create` to scaffold the project:
26+
Bootstrap a new project with `bun create`:
2727
```bash
2828
bun create elysia hi-elysia
2929
```
@@ -55,4 +55,4 @@ You should see your server is running.
5555

5656
---
5757

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

0 commit comments

Comments
 (0)