From f8491818bb24a7fb722e185a5b1744d9ac963362 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Sun, 13 Oct 2024 11:31:37 -0500 Subject: [PATCH] ok --- addon-scripts/1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon-scripts/1.js b/addon-scripts/1.js index b371f1b..c97a462 100644 --- a/addon-scripts/1.js +++ b/addon-scripts/1.js @@ -1,11 +1,11 @@ const mainHTML = global.marked.parse(`# Welcome to ContentCraft! ContentCraft is similar to WordPress, except different. - You can do pretty much anything with it using the *"addon-scripts"* folder + You can do pretty much anything with it using the "addon-scripts" folder (like this page here, and making other pages!) We included a few basic libraries in the index.js for you, but feel free to - add more libraries into your addons, such as quick.db if you need to spin up a database. + add more libraries into your addons, such as "quick.db" if you need to spin up a database. Have a great day.