aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-02 11:11:19 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-02 11:11:19 +0200
commit57349fb36b91bffc052eff3c3f3a2af09e3d3405 (patch)
tree03124d1b971ba6185e3b60c9e2720e6de0455996
parentf6314f6ae244ce874b5797a77e8cd099bfd108a2 (diff)
downloadcondor-1-57349fb36b91bffc052eff3c3f3a2af09e3d3405.tar.gz
condor-1-57349fb36b91bffc052eff3c3f3a2af09e3d3405.tar.bz2
condor-1-57349fb36b91bffc052eff3c3f3a2af09e3d3405.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d303663..6875ceb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This repository contains files related to the quadcopter model. Checkout the [fu
Project | Progress
------ | --------
Controller board [trifle](https://github.com/jodersky/trifle) | ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg)
-Pilot firmware [PX4](https://github.com/jodersky/px4-firmware) (porting forkk | ![wip](https://img.shields.io/badge/progress-wip-orange.svg) |
+Pilot firmware [PX4](https://github.com/jodersky/px4-firmware) (porting fork) | ![wip](https://img.shields.io/badge/progress-wip-orange.svg) |
Real-time OS [NuttX](https://github.com/jodersky/nuttx) (porting fork) | ![wip](https://img.shields.io/badge/progress-wip-orange.svg)
Virtual cockpit [VFD](https://github.com/jodersky/vfd) | ![milestone](https://img.shields.io/badge/progress-milestone-green.svg)
MAVLink-to-Scala code generation [SBT-MAVLink](https://github.com/jodersky/sbt-mavlink) | ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg)
@@ -26,7 +26,7 @@ Progress badges indicate the current state of usability of the project
- ![alpha](https://img.shields.io/badge/progress-alpha-brightgreen.svg): most features available
- ![milestone](https://img.shields.io/badge/progress-milestone-green.svg): some functionality available
-- ![wip](https://img.shields.io/badge/progress-wipl-orange.svg): not functional
+- ![wip](https://img.shields.io/badge/progress-wip-orange.svg): not functional
## Other pojects of interest
- Communication protocol [MAVLink](https://github.com/mavlink/mavlink)