From b6b1c3c30f4f3d0bb7a372739ce3d5a979a1eafa Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Mon, 6 May 2024 14:33:08 -0500 Subject: [PATCH] fix typo in example the commented out default `draw_borders` actually should be not plural `draw_border` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e70b0..4b23b5d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here is the template and its preview: // the content is wrapped before movement so that // padding and alignment are respected. #zine( - // draw_borders: true, + // draw_border: true, // zine_page_margin: 5pt, contents: my_eight_pages )