Skip to content

Commit 0433f12

Browse files
authored
README: Fix typo (#142)
1 parent 06a3ca3 commit 0433f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Is possible to use a micro-ROS Agent just with this docker command:
3535
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:humble serial --dev [YOUR BOARD PORT] -v6
3636

3737
# UDPv4 micro-ROS Agent
38-
docker run -it --rm --net=host microros/micro-ros-agent:humnle udp4 --port 8888 -v6
38+
docker run -it --rm --net=host microros/micro-ros-agent:humble udp4 --port 8888 -v6
3939
```
4040

4141
## Purpose of the Project

0 commit comments

Comments
 (0)