fix pushable remote
Arthur Axel 'fREW' Schmidt [Thu, 3 Jun 2010 21:10:29 +0000 (16:10 -0500)]
CONTRIBUTING

index 2c5fc26..586ec4c 100644 (file)
@@ -1,7 +1,7 @@
 With DBIx::Class on git now, this is the process for contributing.
 
 1) Clone the DBIx::Class master branch
-   > git clone dbsrgits@git.shadowcat.co.uk:dbsrgits/DBIx-Class.git
+   > git clone dbsrgits@git.shadowcat.co.uk:DBIx-Class.git
 2) Do your work on your machine. This is git - everything is local!
 3) When you think you're ready, push it back out to the origin as a
    remote branch.  See rebasing for what you should do before pushing.