Skip to content

Commit 2c9f408

Browse files
Fix executable name in README (#125)
Co-authored-by: Yun Ding <[email protected]>
1 parent 470ca95 commit 2c9f408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ Publisher:
9090
```
9191
# Do this in a new terminal
9292
. ./install/setup.sh
93-
ros2 run rclrs_examples rclrs_publisher
93+
ros2 run rclrs_examples minimal_publisher
9494
```
9595

9696
Subscriber:
9797

9898
```
9999
# Do this in a new terminal
100100
. ./install/setup.sh
101-
ros2 run rclrs_examples rclrs_subscriber
101+
ros2 run rclrs_examples minimal_subscriber
102102
```
103103

104104
Enjoy!

0 commit comments

Comments
 (0)