From 0a032bd75bedfaece32e1d36e15db2fc79db7ac0 Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:30:13 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0190ab3..da8983d 100644 --- a/index.html +++ b/index.html @@ -230,7 +230,7 @@ const fileList = document.getElementById("file-list"); const files = { "Welcome2SneedCode.md": - "# Welcome to SneedCode\n\nThis is a speedy web-based code editor inspired by VSCode. Made with <3 by Sneed Group.", + "# Welcome to sneedCode\n\nThis is a speedy web-based code editor made \n to look familiar to the user but with a different workflow. \n\n Made with <3 by Sneed Group.", }; let currentFile = "Welcome2SneedCode.md";