From 5c40e4ea8a60889b459fa9f67f5b23fe4ae5b94b Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Sun, 9 Jun 2024 11:36:44 +0200
Subject: [PATCH] Update 2 in the Overview section

---
 Local-Without-Prediction/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index 6f474ac..f9be7b8 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -1,7 +1,7 @@
 # Lab : Distributed Algorithm - Message Passing
 
 ## Overview
-This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker. The algorithm will later be used as a backbone for distributed federated learning. This version only deals with message communication between neighbors: there is no training/learning. The messages will later represent the weight exchanges of local neural networks (NN) deployed on the nodes.
+This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker and executed locally. The algorithm will later be used as a backbone for distributed federated learning. This version only deals with message communication between neighbors: there is no training/learning. The messages will later represent the weight exchanges of local neural networks (NN) deployed on the nodes.
 
 
 ## Prerequisites
-- 
GitLab