From b120f98368c2b975691da74e71856f840b1a2c37 Mon Sep 17 00:00:00 2001
From: Alexander Schulz <alexander.schulz@student.reutlingen-university.de>
Date: Sun, 21 Jan 2024 18:19:10 +0100
Subject: [PATCH] changed REAMDE.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c68a0e6..c4af800 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 **Getting started**
 
-1. Run `start_server.py` file to start a server. If there is no existing Server in the DS the server will declare himsel as new `MAIN`
+1. Run `start_server.py` file to start a server. If there is no existing Server in the DS the server will declare himsel as new `MAIN` server.
 2. Run `start_server.py` a second time to add a new server to the DS. The `MAIN` server will answer the new server and assign him a group.
-3. Run `client_register.py` to start a client an register him to a group. 
+3. Run `client_register.py` to start a client and register him to a group. 
 
-- 
GitLab