From c333bde9a6fd8dfe5f029560a1b2cc2b239bbe45 Mon Sep 17 00:00:00 2001 From: Henri Schubin Date: Mon, 30 Jan 2023 23:19:19 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 0463021..9f041dd 100644 --- a/Home.md +++ b/Home.md @@ -11,10 +11,10 @@ Common Modules (most important) Platform modules - `:platform` + Platform specific code -- `:platform:loader` (rarely needs to be touched) +- `:platform:loader` (rarely need to be touched) + For jarinjar loading, explained later in this guide -Misc. modules (rarely needs to be touched) +Misc. modules (rarely need to be touched) - `:common:common-api` + This contains the Slf4j implementation which needs to be included in loaders but doesn't need to be accessed by API users - `:common:common-templates`