From 0ff5c5c28576e54824805a4551619626abbb0897 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Sun, 22 Sep 2024 10:22:22 +0200
Subject: [PATCH] Another minor update

---
 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 e325f9e..4d14376 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -3,7 +3,7 @@
 ## Overview
 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.
+This version only deals with the communicating messages between neighbors: there is no training. The messages will later contain the weight exchanges of local neural networks (NN) deployed on the nodes.
 
 
 ## Prerequisites
-- 
GitLab