diff --git a/README.md b/README.md index 4ea3fc1..7bc6037 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,20 @@ To run this project locally, follow these steps: Contributions are welcome! Here's how you can contribute to this project: 1. Fork the repository. -2. Create a new branch (git checkout -b feature-branch). -3. Make your changes. -4. Commit your changes (git commit -am 'Add new feature'). -5. Push to the branch (git push origin feature-branch). -6. Create a new Pull Request. +2. Create a new branch + + ```bash + git checkout -b feature-branch +4. Make your changes. +5. Commit your changes + ```bash + git commit -am 'Add new feature' + +7. Push to the branch + + ```bash + git push origin feature-branch +9. Create a new Pull Request. ## License This project is licensed under the MIT License.