Updated Contribution Tutorial (markdown)

Adam Wulkiewicz 2017-03-06 01:20:42 +01:00
parent 5f37c46bc4
commit 85612d7c0b

@ -118,7 +118,7 @@ Add another remote repository, your fork, give it some memorable name
git remote add my_fork git@github.com:username/geometry
where `username` is your username (In my case it was `awulkiew`). Now after running
where `username` is your username (In my case it's `awulkiew`). Now after running
git remote -v