From 49fcfb0aadb5651f8ef8db1ffc7958fa7922b396 Mon Sep 17 00:00:00 2001
From: Mohamad Moussa <mohamad.moussa@hesge.ch>
Date: Mon, 10 Jun 2024 16:40:42 +0200
Subject: [PATCH] Fix README - Description (messages)

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

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index 9965b1b..ea9c36a 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -18,8 +18,8 @@ The exercise involves the following steps, [main file](./sock.py):
     - Each node reads its neighbors file.
     - Each node starts a server socket to listen for incoming connections
 2. Message Exchange:
-    - Each node sends a message of type "REQUEST_WEIGHT" to all its neighbors.
-    - Upon receiving a message of type REQUEST_WEIGHT, a node responds by sending back a message of type "W
+    - Each node sends a message of type **REQUEST_WEIGHT** to all its neighbors.
+    - Upon receiving a message of type **REQUEST_WEIGHT**, a node responds by sending back a message of type **WEIGHTS** to the requesting node.
     - Each node logs its activities and messages.
 
 ## Neighbors Configuration
-- 
GitLab