diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..80f86a8b 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -7,10 +7,10 @@ # # This script will help users to communicate and retrieve information from GitHub # Usage: -# Please provide your github token and rest api to the script as input +# Please provide your github token and rest api to the script as input. # -# -################################ +# +################################# if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]"