Skip to content

Commit f60fa0d

Browse files
Moved from ExpressType to Express Bun
Signed-off-by: Treasure Alekhojie <[email protected]>
1 parent 9340c5c commit f60fa0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# ExpressType
1+
# Express Bun
22

3-
ExpressType simplifies setting up TypeScript with Node.js by handling initialization and setup.
3+
Express Bun simplifies setting up TypeScript with Node.js by handling initialization and setup.
44

55
## Installation
66

7-
To get started with ExpressType, follow these steps:
7+
To get started with Express Bun, follow these steps:
88

99
1. ### Clone the Repository
1010

11-
Clone the ExpressType repository to your local machine using `git clone`:
11+
Clone the Express Bun repository to your local machine using `git clone`:
1212

1313
```bash
14-
git clone https://github.com/creative-tutorials/expresstype.v2.git
14+
git clone https://github.com/creative-tutorials/Express Bun.v2.git
1515
```
1616

1717
2. ### Navigate to The Project Directory
1818

1919
Change your current working directory to the project folder
2020

2121
```bash
22-
cd expresstype.v2
22+
cd Express Bun.v2
2323
```
2424

2525
3. ### Installation
2626

27-
To make ExpressType work, you need to install the necessary dependencies. You can run the following command to install the dependencies:
27+
To make Express Bun work, you need to install the necessary dependencies. You can run the following command to install the dependencies:
2828

2929
```bash
3030
npm install
@@ -37,7 +37,7 @@ pnpm install
3737
```
3838

3939
> [!TIP]
40-
> Since expresstype.v2 uses pnpm, I recommend using pnpm to install dependencies to speed up the installation process.
40+
> Since Express Bun.v2 uses pnpm, I recommend using pnpm to install dependencies to speed up the installation process.
4141
4242
## TypeScript Configuration
4343

0 commit comments

Comments
 (0)