From dab04de35e84dc083cde2ebef2c85cb4a557dca0 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 21 Apr 2014 20:50:09 +0100 Subject: [PATCH] Fix typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9b06eb25..0599672a44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This fork differs from baseflight in that it attempts to use modern software dev 3. easier to develop new features. 4. easier to re-use code though code de-coupling and modularisation. -The MultiWii software, from which baseflight originated, violates many good software development best-practices. Hopefully this fork will go some way to address them. If you see any bad code in this fork please immediate raise an issue so it can be fixed, or better yet submit a pull request. +The MultiWii software, from which baseflight originated, violates many good software development best-practices. Hopefully this fork will go some way to address them. If you see any bad code in this fork please immediately raise an issue so it can be fixed, or better yet submit a pull request. Contributing ============