From 9b1307b84ed9b20831c6aa55adcd0d085cf8af3f Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 24 Mar 2018 17:09:34 +0000 Subject: [PATCH] Adding link to the design document. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1702399..da5fde9 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ together. 1. Mouse and keyboard input. 1. Cross-platform terminal based output. 1. Unit testing framework for simple and readable tests of dashboard elements. + +# High-Level design + +See the [design document](doc/design.md).