From 649c35e8b668599232e5523046a7868b67285ba4 Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:22:09 -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 0e301b5..941fb76 100644 --- a/index.html +++ b/index.html @@ -264,7 +264,7 @@ fileList = document.getElementById("file-list"); files = { "Welcome2SneedCode.md": - "# 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 the Sneed Group.", + "# Welcome to sneedCode\n\nThis is a speedy web-based code editor made \nto look familiar to the user but with a different workflow.\n\nMade with <3 by the Sneed Group.", }; currentFile = "Welcome2SneedCode.md";