From ba84a0a587b1f3cfc440d637db20e26a42115639 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Fri, 29 Jul 2016 16:27:10 -0400 Subject: [PATCH] Incorrect reference to --no-theme-condense The correct flag is `--no-theme-condense-nav` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6eafc7..4a575ac6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ aglio -i input.apib -s aglio -i input.apib -o - # Disable condensing navigation links -aglio --no-theme-condense -i input.apib -o output.html +aglio --no-theme-condense-nav -i input.apib -o output.html # Render full-width page instead of fixed max width aglio --theme-full-width -i input.apib -o output.html