From d098c7c29032b7e5142c493a9c8849f3c2ecdaf1 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sat, 4 May 2024 10:21:35 -0400 Subject: [PATCH] Changed name at the top of the comments section --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index eeff854..b2710a5 100755 --- a/build.sh +++ b/build.sh @@ -4,8 +4,8 @@ # TODO: Add a '-h' or '--help' flag, that displays information about the script, and how to use it. -# sitegen / s4g -# ------------- +# s4g - Stupid Simple Static-Site Generator +# --------------------------------------------- # # This is a static-site generator, that can be used to convert Markdown files into HTML. # It is extremely simple and extremely opinionated, as you can see if you read the code below.