Showing with 2 additions and 2 deletions.
  1. +2 −2 CONTRIBUTING.md
@@ -10,9 +10,9 @@ Fork the project [on GitHub](https://github.com/joyent/libuv) and check out
your copy.

```
$ git clone git@github.com:username/libuv.git
$ git clone https://github.com/username/libuv.git
$ cd libuv
$ git remote add upstream git://github.com/joyent/libuv.git
$ git remote add upstream https://github.com/joyent/libuv.git
```

Now decide if you want your feature or bug fix to go into the master branch