From 331cd0fd3ca6d3c4ff19387f91f3b8e59783deb6 Mon Sep 17 00:00:00 2001 From: Patrick Roncagliolo Date: Thu, 16 Nov 2023 11:36:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c13854..fbf2f13 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package provides the following ROS2 type adaptations: | dem_msgs/DigitalElevationMap | StampedDigitalElevationMap_CV | cv::Mat |CV.hpp| ## Wrapper philosophy -Each wrapper class includes at least an std_msgs::Header attribute and a native handle. +Each wrapper class includes at least an `std_msgs::Header` attribute and a native handle. ## Examples See [here](https://github.com/roncapat/ros2-native-adapters-examples).