Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohityadav-sas authored Feb 23, 2024
1 parent 5c5d2cf commit 18951a9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 18951a9

Please sign in to comment.