summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2015-04-26 23:24:01 -0400
committerAustin Ziegler <austin@zieglers.ca>2015-04-26 23:24:01 -0400
commit17b9f43f6cbd61c3fe854f0ed6d2d3ffcfa3efe7 (patch)
tree40c58eb6f36c163ba5f956418e40ec4a76c392d7
parentbc15d62118b59aabbc9cb6e5734b65bf3bc273f0 (diff)
downloadmime-types-17b9f43f6cbd61c3fe854f0ed6d2d3ffcfa3efe7.tar.gz
Fixing a missed conversion in documentation.
-rw-r--r--Contributing.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Contributing.rdoc b/Contributing.rdoc
index 92067f0..1cb2663 100644
--- a/Contributing.rdoc
+++ b/Contributing.rdoc
@@ -82,7 +82,7 @@ generate the RDoc.
Here's the most direct way to get your work merged into the project:
* Fork the project.
-* Clone down your fork (<tt>git clone git://github.com/<username>/mime-types.git</tt>).
+* Clone down your fork (<tt>git clone git://github.com/<username>/ruby-mime-types.git</tt>).
* Create a topic branch to contain your change (<tt>git checkout -b my\_awesome\_feature</tt>).
* Hack away, add tests. Not necessarily in that order.
* Make sure everything still passes by running +rake+.