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