Skip to content

Commit 583cb47

Browse files
authored
Fix rebase error in README.md (#172)
1 parent 6b57344 commit 583cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then, to run the minimal pub-sub example, do this:
5151
```shell
5252
# In a new terminal (or tmux window)
5353
. ./install/setup.sh
54-
ros2 run rclrs_examples minimal_publisher
54+
ros2 run examples_rclrs_minimal_pub_sub minimal_publisher
5555
# In a new terminal (or tmux window)
5656
. ./install/setup.sh
5757
ros2 run examples_rclrs_minimal_pub_sub minimal_subscriber

0 commit comments

Comments
 (0)