From 5405422d85b971da563b78f83d86ae043fcda39c Mon Sep 17 00:00:00 2001 From: Henri Schubin Date: Mon, 30 Jan 2023 23:19:38 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9f041dd..eda34d7 100644 --- a/Home.md +++ b/Home.md @@ -26,7 +26,7 @@ Misc. modules (rarely need to be touched) Packages - Classes and interfaces are organized into packages based on what they do or what they are related to - Examples: - + Group sync goes in ``groupsync` + + Group sync goes in `groupsync` + Message forwarding from Minecraft -> Discord goes in `messageforwarding.minecrafttodiscord` + SQL goes in `storage` + Channel locking goes in `channel`