From 645fdc466ac79721e16381eb993b7abbbb7d3d0a Mon Sep 17 00:00:00 2001
From: Thomas <3169-thomas@users.noreply.code.briarproject.org>
Date: Fri, 1 Jul 2022 20:53:33 +0000
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1b38828573..7f5246b722 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,8 +1,10 @@
 Folder-Structure:
 =================
-briar-*: Specifically for the Briar-App (Phone/Desktop/Headless)
-bramble-*: The Protocol-Stack - not necessarily Briar-Dependent
+* briar-*: Specifically for the Briar-App (Phone/Desktop/Headless)
+* bramble-*: The Protocol-Stack - not necessarily Briar-Dependent
 
-*-api: public stuff that can be referenced from other packages and modules - mostly interfaces + a few utility classes
-*-core: implementations of api that are portable across Android/Desktop/Headless
-*-java: implementations of api that are specific to Desktop&Headless
+---
+
+* *-api: public stuff that can be referenced from other packages and modules - mostly interfaces + a few utility classes
+* *-core: implementations of api that are portable across Android/Desktop/Headless
+* *-java: implementations of api that are specific to Desktop&Headless
-- 
GitLab