From 7757068f5e8808dbbf899fbfc196bbe28ad038d3 Mon Sep 17 00:00:00 2001 From: Steveis Date: Mon, 4 May 2015 10:39:23 +0100 Subject: [PATCH] corrected typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f0aebffc0f..72c3558edd3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ The primary thing to remember is that separate pull requests should be created f Later, you can get the changes from the cleanflight repo into your `master` branch by adding cleanflight as a git remote and merging from it as follows: -1. `git add remote cleanflight https://github.com/cleanflight/cleanflight.git` +1. `git remote add cleanflight https://github.com/cleanflight/cleanflight.git` 2. `git checkout master` 3. `git fetch cleanflight` 4. `git merge cleanflight/master`