Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 2e5a0eb

Browse files
authored
Update README.md
1 parent 5051b76 commit 2e5a0eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ By default, the app will search for exported functions under <b>\<project-root>/
6363
Aside from the previous example, there are three other ways of creating and starting a buxt server:
6464

6565

66-
### <b><u>Create a server with default route root using port 3000</u></b>
66+
### <b><u>Create a server using port 3000 with default route root</u></b>
6767
``` typescript
6868
//index.ts
6969
import CreateServer from "buxt";
@@ -72,7 +72,7 @@ const server = await CreateServer(3000);
7272
await server.listen();
7373
```
7474

75-
### <u><b>Create a server with default route root using port 3000 and a custom root route path</b></u>
75+
### <u><b>Create a server using port 3000 and a custom root route path</b></u>
7676

7777
``` typescript
7878
//index.ts
@@ -154,4 +154,4 @@ Firstly, make sure the cors key is set to `true`, then pass in a `CorsConfig` ob
154154
<b>Reminder</b> that you cannot combine wildcard routes and non-wildcard routes; if you attempt to do this then it will throw an error.
155155

156156
---
157-
###### Big thanks to <a href="https://github.com/lau1944">lau1994</a> and their project <a href="https://github.com/lau1944/bunrest">Bunrest</a> (really nice express-like server built for Bun) which has helped me a lot getting this project started.
157+
###### Big thanks to <a href="https://github.com/lau1944">lau1994</a> and their project <a href="https://github.com/lau1944/bunrest">Bunrest</a> (really nice express-like server built for Bun) which has helped me a lot getting this project started.

0 commit comments

Comments
 (0)