Brief one-liner about project.
More in-depth discussion regarding the project.
Keep this if the code needs more detailed explanation of how to use it, or if there is a particular order to it, etc.
If you enjoy this project and would like to contribute, do the following:
- Fork this respository.
- Create a new branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_name>'
. - Push to the origin branch:
git push origin <project_name>
. - Create a pull request.
This project uses an MIT License.