Update README.md

This commit is contained in:
Kai S. K. Engelbart 2020-03-22 10:30:04 +01:00 committed by GitHub
parent 00e6d6c8a1
commit a6a6a2ca16
1 changed files with 3 additions and 5 deletions

View File

@ -3,9 +3,8 @@
<a href="https://github.com/informatik-ag-ngl/envoy-client"><img src="https://raw.githubusercontent.com/informatik-ag-ngl/envoy-client/develop/src/main/resources/envoy_logo.png" align="left" width="200" height="200"></a>
**Envoy Client** is one of two repositories needed to use the messenger Envoy.<br>
The other one is <a href="https://github.com/informatik-ag-ngl/envoy-common">**Envoy Common**</a>.<br>
In the future, Envoy Common might be discarded, but for now, both Repositories are required in order to use Envoy to send messages to other people.<br>
<br><br><br><br><br>
The other one is <a href="https://github.com/informatik-ag-ngl/envoy-common">**Envoy Common**</a>.
<br><br><br><br><br><br><br><br><br>
## Features
@ -20,7 +19,6 @@ Currently existing features are:
* Appealing user interface
* Changeable themes that store the colors used in _Envoy_
* Possibility to run _Envoy_ in the Background once it has been started
* **Attention**: currently works solely on Windows and Mac
* Possibility to exit _Envoy_
* Connectivity
* Sending messages to another person via a predefined server
@ -28,7 +26,7 @@ Currently existing features are:
* Programming
* API to change default configuration
* Advanced logging possibilities
* Access without Admin rights possible via local message storage in the home folder
* Access without Admin rights possible via local message storage in the home folder
* Tons of Events to interact with
* Detailed Javadoc to improve readability of code