From d98fb7921dcec7471a7493cf9d0f2069405df7fa Mon Sep 17 00:00:00 2001 From: labbots Date: Mon, 8 Jun 2020 18:07:14 +0100 Subject: [PATCH] Rename file to bash_utility.sh --- README.md | 4 ++-- bash_utilities.sh => bash_utility.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename bash_utilities.sh => bash_utility.sh (100%) diff --git a/README.md b/README.md index 3e7e14b..95702db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Bash Utilites

+

Bash Utility

License @@ -137,7 +137,7 @@ Bash utility functions can be used by simply sourcing the library script file to To access all the functions within the bash-utility library, you could import the main bash file as follows. ```shell -source "vendor/bash-utility/bash-utilities.sh" +source "vendor/bash-utility/bash-utility.sh" ``` You can also only use the necessary library functions by only importing the required function files. diff --git a/bash_utilities.sh b/bash_utility.sh similarity index 100% rename from bash_utilities.sh rename to bash_utility.sh