Skip to content

Commit 8808621

Browse files
committed
modify: README file
1 parent 059f007 commit 8808621

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Ensure you have the following installed:
4747
1. **Clone the repository:**
4848

4949
```bash
50-
git clone https://github.com/yourusername/your-repository.git
51-
cd your-repository
50+
git clone https://github.com/Rahad-Ullah/backend-template-typescript-mongoose-express.git
51+
cd backend-template-typescript-mongoose-express
5252
```
5353

5454
2. **Install dependencies:**
@@ -62,7 +62,7 @@ Ensure you have the following installed:
6262
Using yarn:
6363

6464
```bash
65-
yarn install
65+
yarn
6666
```
6767

6868
3. **Create a `.env` file:**
@@ -108,7 +108,7 @@ Ensure you have the following installed:
108108
Using yarn:
109109

110110
```bash
111-
yarn run dev
111+
yarn dev
112112
```
113113

114114
### Running the Tests

0 commit comments

Comments
 (0)