diff --git a/README.md b/README.md index 7e89787..c97cf9c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ How to use 4. The bindings will rebuild automatically if/when you source your workspace(s). 5. If you make changes to existing message types, run cargo clean -p msg_gen to force recompilation of the rust message types on the next build. -A couple of examples are included in examples/ +Examples of how to use the crate are included in examples/ ``` . /opt/ros/foxy/setup.sh cargo build @@ -28,19 +28,18 @@ An example application can be found here