Skip to content

Commit 2aa72dc

Browse files
authored
Update README.md
1 parent 8108a2f commit 2aa72dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Make sure you have Go installed on your system. You can download and install it
1919
Clone the repository:
2020

2121
```bash
22-
git clone https://github.com/your-username/blogging-api.git
22+
git clone https://github.com/BaseMax/GoAPIBlog.git
2323
```
2424

2525
Change to the project directory:
2626

2727
```bash
28-
cd blogging-api
28+
cd GoAPIBlog
2929
```
3030

3131
Install the project dependencies:
@@ -36,9 +36,9 @@ go mod download
3636

3737
Set up the environment variables:
3838

39-
- Create a .env file in the root directory of the project.
39+
- Create a `.env` file in the root directory of the project.
4040

41-
- Define the following environment variables in the .env file:
41+
- Define the following environment variables in the `.env` file:
4242

4343
```plaintext
4444
PORT=3000

0 commit comments

Comments
 (0)