From d7982b57921de374b2d051781e482b0bb81d20c2 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Sat, 14 Oct 2023 12:57:17 -0500 Subject: [PATCH] feat: initial release (#4) Co-authored-by: Joey Guerra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5f3b4..60cd25e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Static Site Generator -This is a simple static site generator that uses Express, markdown, and Handlebars to generate a static website. +This is a simple static site generator that uses [Express](https://expressjs.com), [markdown](https://github.com/markdown-it/markdown-it), and [Handlebars](https://handlebarsjs.com) to generate a static website. ## Installation