From a783bbf2a2ce6b9afcd0c603d9be5192e22ec7c8 Mon Sep 17 00:00:00 2001 From: Ali Date: Wed, 28 May 2025 05:00:30 +0200 Subject: [PATCH] [AN] (fix) Fixed Documentation Error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63b03e..f3e032c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This command builds the container defined in [`URSim/Dockerfile`](./URSim/Docker The same can be done for the ROS 2_Humble container ```bash -docker build -t ros2_humble:latest ROS 2_Humble +docker build -t ros2_humble:latest ROS2_Humble ``` After all the containers are successfully built and the bridge network is established we can now start both containers. On one terminal run the following command to start the URSim container