From c30fdbca84d7e961d6b453680cf96c427e342534 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Wed, 27 May 2015 11:01:01 -0400 Subject: [PATCH] bolded some words --- lib/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/README.md b/lib/README.md index 5e66269..66cf0e3 100644 --- a/lib/README.md +++ b/lib/README.md @@ -10,9 +10,9 @@ This script must be sourced from all my additional scripts. Contained within th * **notice** - prints a notice to the user * **info** - prints information to the user * **debug** - prints debug information. This output hidden unless scripts are run with the verbose (`-v`) flag - * success - prints success to a user - * input - Asks the user for input - * header - Prints a header to help format logs + * **success** - prints success to a user + * **input** - Asks the user for input + * **header** - Prints a header to help format logs 2. **Sourcing Additional Files** - This script reads a list of additional files and sources them. # setupScriptFunctions.sh