From f5636096077978a17aca381c7243352a9e80cfb1 Mon Sep 17 00:00:00 2001 From: delvh Date: Sat, 18 Jul 2020 14:53:47 +0200 Subject: [PATCH] Fixed super important "typo" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5967b..444c80f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It is split into three separate components: Envoy Client, Envoy Common and Envoy This is the only part users need. It contains everything to make this messenger work: the UI. ### Envoy Server: Envoy offers the option to download and host your own server over which Envoy can run.
-This part will be especially appealing to institutions/ organizations who want to self-host Envoy. +This part will be especially appealing to institutions/organizations who want to self-host Envoy. ### Envoy Common: This part contains elements that both the client and the server need. It will be automatically part of either one (Thanks, Maven!).