From cd53f4db1fac65dbf42f87b67c238d0e9e90e80b Mon Sep 17 00:00:00 2001 From: John-Michael Reed Date: Sun, 24 Dec 2023 11:08:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baff130..c882a9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TypeScript Node Starter -The following is from the repository, TypeScript-Node-Starter, that this repository is based off, https://github.com/microsoft/TypeScript-Node-Starter +## The following is from the repository, TypeScript-Node-Starter, that this repository is based off, https://github.com/microsoft/TypeScript-Node-Starter The main purpose of this repository is to show a working Node.js API Server + front-end project and workflow for writing Node code in TypeScript.