diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index 9965b1bf2ca92f2cdf8b9ef5d2fb339ba3d05b56..ea9c36a483d9a2d132fc0a0f7a1215ddc31e1de6 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