From 339c61d5202cb9d378b3b3acb1d568cc98d0ffc8 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Thu, 3 Aug 2017 21:19:33 +0200 Subject: [PATCH] Update README.md: Add another link to showcases --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a78cec0..4eb47bc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ This project's goals roughly are to: In theory, the core algorithm inside brittany reaches these goals. It is rather clever about making use of horizontal space while still being linear in the -size of the input (although the constant factor is not small). +size of the input (although the constant factor is not small). See +[these examples of clever layouting](/doc/showcases/Layout_Interactions.md). But brittany is not finished yet, and there are some open issues that yet require fixing: