From 7434e3989b550c79120051edb2aab28eef8452e6 Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Wed, 13 Apr 2022 11:28:33 -0700 Subject: [PATCH] fixed markdown formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd8393d..31531a4 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ A functions library for bash-like scripting Includes: - - Colorization - - Text Formatting - - Bounding Box Drawing - - Logging - - User-interactable menus +- Colorization +- Text Formatting +- Bounding Box Drawing +- Logging +- User-interactable menus With all of these tools combined, you can make powerful interactive scripts with ease and pleasant form -run `./demo.sh` for example output \ No newline at end of file +run `./demo.sh` for example output