From f186caaa144ff30863568b6cf060749f3e1bdf53 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 26 Aug 2021 16:27:57 +0800 Subject: [PATCH] fix readme formatting --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1c4129..bcefe82 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,12 @@ the complete options. ### Print terminal colors You can retrieve the terminal colors by using this command: -`:lua require('zenbones.print').print_terminal_colors()`. Useful when you want to -apply a zenbones theme to your terminal. + +``` +:lua require("zenbones.print").print_terminal_colors() +``` + +Useful when you want to apply a zenbones theme to your terminal. ## Inspirations