summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-08-13 22:54:47 -0400
committerAustin Ziegler <austin@zieglers.ca>2013-08-13 22:54:47 -0400
commitb307ed686c4a363435be5aa9ab4014d83a676431 (patch)
tree51b722cc46d5bb991ca6cdb9dd556227b43ace8a
parent102a180443effcc1a4441070d2eaa7b089366d53 (diff)
downloadgit-b307ed686c4a363435be5aa9ab4014d83a676431.tar.gz
Fixing contribution documentation.
-rw-r--r--Contributing.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Contributing.rdoc b/Contributing.rdoc
index 5b75b5f1eb..554c63b35a 100644
--- a/Contributing.rdoc
+++ b/Contributing.rdoc
@@ -42,13 +42,13 @@ will do.
Here's the most direct way to get your work merged into the project:
* Fork the project.
-* Clone down your fork (+git clone git://github.com/<username>/diff-lcs.git+).
+* Clone down your fork (+git clone git://github.com/<username>/mime-types.git+).
* Create a topic branch to contain your change (+git checkout -b my\_awesome\_feature+).
* Hack away, add tests. Not necessarily in that order.
* Make sure everything still passes by running `rake`.
* If necessary, rebase your commits into logical chunks, without errors.
* Push the branch up (+git push origin my\_awesome\_feature+).
-* Create a pull request against halostatue/diff-lcs and describe what your
+* Create a pull request against halostatue/mime-types and describe what your
change does and the why you think it should be merged.
=== Contributors