From afc97be43c59b2eb2bacb7ce7622e3f45f656cd8 Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Thu, 20 Aug 2020 14:46:33 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6996e8c..c15c04a 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ On Windows, the package should be included.
 The script can be used by specifying command line parameters.
 Please run this script with the -h flag
 or without any command line parameters to display options. 
+The client can be used to send via Ethernet or serial port.
 
 GUI is work-in-progress.
 It might be necessary to set board or PC IP address if using ethernet communication.
@@ -80,7 +81,7 @@ obsw_tmtc_client.py -m 3 -s 3 --hk -c
 ```
 
 ## Modes
-There are four different modes. Run the client with the `-h` flag
+There are different modes. Run the client with the `-h` flag
 to display the modes.
 
 ## Ethernet Communication
-- 
GitLab