Skip to content

Commit 3bd18bf

Browse files
committed
Fix executable name in README
1 parent 470ca95 commit 3bd18bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,16 @@ 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
102+
102103
```
103104

104105
Enjoy!

0 commit comments

Comments
 (0)