From 95f495b589d1672279b0be46135e5dce26f702d2 Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Sat, 23 Apr 2016 20:10:59 -0700 Subject: [PATCH] Fix typo in CONTRIBUTING.md Signed-off-by: Nishant Totla --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f32ba4056f..7e40bafe65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,8 +95,8 @@ git remote set-url --push upstream no-pushing You can check your configuration like this: ```sh $ git remote -v -origin https://github.com/mgoelzer/swarm.git (fetch) -origin https://github.com/mgoelzer/swarm.git (push) +origin https://github.com//swarm.git (fetch) +origin https://github.com//swarm.git (push) upstream https://github.com/docker/swarm.git (fetch) upstream no-pushing (push) ``` @@ -121,7 +121,7 @@ Build the binary, installing it to `$GOPATH/bin/swarm`: cd $GOPATH/src/github.com/docker/swarm go install . ``` - + Run the binary you just created: ```sh