From d79027cbdbfc1bf3ae2ee8b294d68da5e0b47bf8 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Thu, 17 Jan 2019 18:01:44 -0700 Subject: [PATCH] Fix a small column chewing bug in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5af77a..4fd2e08 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Just about everything in Gooey's overall look and feel can be customized by pass | terminal_panel_color | HEX value of the terminal's panel | | terminal_font_color | HEX value of the font displayed in Gooey's terminal | | terminal_font_family | Name of the Font Family to use in the terminal | -| terminal_font_weight | Weight of the font (NORMAL|BOLD) | +| terminal_font_weight | Weight of the font (NORMAL\|BOLD) | | terminal_font_size | Point size of the font displayed in the terminal | | error_color | HEX value of the text displayed when a validation error occurs | | menus | Show custom menu groups and items (see: [Menus](#menus) |