From c1b9fa2c1981feaf8bdf30d61f7498f4f82fbede Mon Sep 17 00:00:00 2001 From: BennyR Date: Fri, 9 May 2014 11:33:12 +0200 Subject: [PATCH] readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 04ace14..c94b6f2 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ There enter the name of the voice and the text. See the [ROS actionlib tutorial](http://wiki.ros.org/actionlib_tutorials/Tutorials/SimpleActionClient) for how to use actionlib. Create the action client with - actionlib::SimpleActionClient action_client("TTS", true); +```actionlib::SimpleActionClient action_client("TTS", true);``` Set the voice and the text in the action goal with