aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-23 20:28:33 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-23 22:57:58 +0100
commita55ee77ed899126075456808de0b3a13a2b4f25f (patch)
tree79f44103a65f9ee4c4be647a6b44d9b086a32b95
parent402d5c80d54f16d41a4544131a7c09ff26f7aa84 (diff)
downloadmavigator-a55ee77ed899126075456808de0b3a13a2b4f25f.tar.gz
mavigator-a55ee77ed899126075456808de0b3a13a2b4f25f.tar.bz2
mavigator-a55ee77ed899126075456808de0b3a13a2b4f25f.zip
include vfd-index in readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd29385..4f80de7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ Web interface simulating a cockpit of an unmanned aerial vehicle, built with Akk
This project is made of several subprojects:
- `vfd-main` contains the play application that serves the actual interface
- - `vfd-dashboard` dynamic interface built with scalajs that displays real-time data from the drone
+ - `vfd-dashboard` dynamic cockpit interface built with scalajs that displays real-time data from the drone
+ - `vfd-index` dynamic landing page advertising available drones
- `vfd-uav` communication backend for message exchange with drones
# Run