From 8de6a29e3842ff2480bb8b56063f9af5293553bd Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Sat, 31 Oct 2020 20:33:08 -0700
Subject: [PATCH] That's not how we do italics in markdown apparently.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bb64e6b415..cc29c70e09 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,7 @@
 ## Contributing changes to the Synchronet Source Repository
 
 Merge requests are considered and accepted at [gitlab.synchro.net](https://gitlab.synchro.net).
-Do not submit pull/merge requests in the Synchronet //mirror projects// on github.com or gitlab.com; they won't be considered.
+Do not submit pull/merge requests in the Synchronet *mirror projects* on github.com or gitlab.com; they won't be considered.
 
 When submitting merge requests to existing files, unless you have prior agreement with the maintainers:
 * Use the dominant coding style of the file(s) being modified
-- 
GitLab