Skip to content

Commit aec1b42

Browse files
authored
Update README.md
1 parent 1cbe4f9 commit aec1b42

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,16 @@ This project aims to provide a **beginner-friendly** environment where contribut
4747

4848
If you are new to **Hacktoberfest**, follow these steps to contribute:
4949

50-
1. **Fork the repository** by clicking the `Fork` button on the top right.
50+
1. **Fork the repository** by clicking the Fork button on the top right.
5151
2. **Clone your forked repository** to your local system:
52-
```sh
52+
53+
sh
5354
git clone https://github.com/your-username/Web-development-Basic-hacktoberfest.git
5455

55-
56-
3. Create a new branch for your changes: `git checkout -b feature-new-feature`
57-
4. Make your changes and commit them: `git commit -m "Add a new feature"`
58-
5. Push the changes to your fork: `git push origin feature-new-feature`
56+
3. Create a new branch for your changes: git checkout -b feature-new-feature
57+
4. Make your changes and commit them: git commit -m "Add a new feature"
58+
5. Push the changes to your fork: git push origin feature-new-feature
5959
6. Create a pull request on the original repository.
60-
7.Add a clear description of your contribution.
61-
8.Wait for the maintainers to review and merge your PR.
62-
60+
7. Add a clear description of your contribution.
61+
8. Wait for the maintainers to review and merge your PR.
6362

0 commit comments

Comments
 (0)