updated README.md
fixed the last section and made some punctuation changes. fixes issue #120 @HarshCasper Signed-off-by: Rahul Sharma [email protected]
Thanks a lot! Can you please sign the DCO?
added the sign off in the commit message above, is that enough?
Thanks a lot! Can you please sign the DCO?
added the sign off in the commit message above, is that enough?
To add your Signed-off-by line to every commit in this branch:
Ensure you have a local copy of your branch by checking out the pull request locally via command line. In your local branch, run: git rebase HEAD~1 --signoff Force push your changes to overwrite the branch: git push --force-with-lease origin patch-1
This should do.
done @padmajabhol