diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index d38a72449570e84e23c75f92d6a0b5eb0760b0fb..6f474ac0747164f8f3fca63490ea31293ef865c8 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 distributed algorithm for communication between nodes in a network using **Sockets**. The code is designed to be containerised using Docker.
+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.
 
 
 ## Prerequisites