From fa194b8da1e3e42f031c9dd0a6e7bdf2be354642 Mon Sep 17 00:00:00 2001 From: Martin Dahl Date: Sun, 29 Aug 2021 19:55:46 +0200 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3091c4a..7472d29 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Examples of how to use the crate are included in examples/ ``` . /opt/ros/foxy/setup.sh cargo build -cargo run --example subscriber_with_thread +cargo run --example subscriber # In other shell -ros2 topic pub /hi std_msgs/msg/String "data: 'Hello, world!'" +ros2 topic pub /topic std_msgs/msg/String "data: 'Hello, world'" ``` What works?