diff --git a/Local-Without-Pred/README.md b/Local-Without-Pred/README.md
index 66ceb2df8a0bb903c5a2e6d6856007762af92a00..6cbd16f82ca73d1de2c18d632fb6e37ddac57b51 100644
--- a/Local-Without-Pred/README.md
+++ b/Local-Without-Pred/README.md
@@ -30,7 +30,7 @@ Once your code is developed, it is time to build the container image, [DockerFil
 ## Local Deployment 
 For local deployment, you can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes:
 
-- python generate_docker_compose.py <num_nodes>
+    python generate_docker_compose.py <num_nodes>
 
 Replace <num_nodes> with the number of nodes in your network.