Skip to content

Commit 49d90f0

Browse files
authored
Fix Code Indentation in CONTRIBUTING.md
1 parent e79600d commit 49d90f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Before you start contributing, make sure you have the following tools installed
3232
2. Navigate to the directory where you want to clone the repository.
3333
3. Run the following command:
3434

35-
git clone https://github.com/YOUR_USERNAME/CSS-Is-Fun.git
35+
```bash
36+
git clone https://github.com/YOUR_USERNAME/CSS-Is-Fun.git
37+
```
3638

3739
Replace `YOUR_USERNAME` with your GitHub username.
3840

@@ -41,7 +43,7 @@ Replace `YOUR_USERNAME` with your GitHub username.
4143
1. Navigate to the cloned repository on your local machine:
4244

4345
```bash
44-
cd CSS-Is-Fun
46+
cd CSS-Is-Fun
4547
```
4648

4749
2. Create a new branch using the following command:

0 commit comments

Comments
 (0)