diff --git a/README.md b/README.md index 7958607..af7f5db 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker compose exec my_example bash ``` docker compose run my_example example_program ``` -You will find that example_program does not exist. Try using rqt for example: +You will find that example_program does not exist. Try using rqt for instance: ``` docker compose run my_example rqt ```