From 6b2094c28b7d8c648b2c70ef45c92d5e1e7dd7f3 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:56:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```