diff --git a/README.md b/README.md index 59cde09..08efa2e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The second Docker container in this repository is the [`ROS 2_Humble`](./ROS 2_H To start using these Docker containers together a bridge network must be established first. ```bash -docker network create ros_ursim # The name of the network is `ros_ursim` +docker network create ros_ursim ``` This command created the bridge network with the name `ros_ursim`. This name can be then used with the `--network` flag when running a container to include that container within this network.