Fixed super important "typo"

This commit is contained in:
delvh 2020-07-18 14:53:47 +02:00
parent c9c4f4c6cb
commit f563609607
No known key found for this signature in database
GPG Key ID: 42B77E634CE94D82
1 changed files with 1 additions and 1 deletions

View File

@ -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.<br>
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!).