From 18951a98da513f239f23caa2083a3abb5329733a Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 23 Feb 2024 20:47:11 +0545 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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.