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";