diff --git a/Without-Pred/README.md b/Without-Pred/README.md
index e5793e8fd74664a78f077bcbbbd6554c62e6d102..217942c71735cf2c6f65d4710a5c32c1fa6eaea6 100644
--- a/Without-Pred/README.md
+++ b/Without-Pred/README.md
@@ -64,7 +64,7 @@ To deploy your distributed algorithm, you need to create and build a Docker imag
 These deployment steps should be performed on the master node of the Docker Swarm:
 
 1. **Create Neighbors Configuration**:
-    - Create a `neighbors.json` file that specifies the neighbors for each node in your distributed algorithm network. 
+    - Create a `neighbors.json` file ([view example](neighbors.json)) that specifies the neighbors for each node in your distributed algorithm network. 
 2. **Create Docker Config**:
     - Use the `docker config create` command to create a Docker config from your `neighbors.json` file:
     ```bash