From: Christopher Peplin Date: Fri, 3 May 2013 16:16:55 +0000 (-0400) Subject: Don't use pygments highlighting in README. X-Git-Tag: 5.0.2~275^2~68 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1c602e1df648f8ef2665278251316d1ee31cecd2;p=apps%2Fagl-service-can-low-level.git Don't use pygments highlighting in README. --- diff --git a/README.md b/README.md index 3ae3775b..ceb7ec35 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,13 @@ the abstract side of the interface. The expected format of a single valued message is: -{% highlight javascript %} -{"name": "steering_wheel_angle", "value": 45} -{% endhighlight %} + {"name": "steering_wheel_angle", "value": 45} ## Evented The expected format of an event message is: -{% highlight javascript %} -{"name": "button_event", "value": "up", "event": "pressed"} -{% endhighlight %} + {"name": "button_event", "value": "up", "event": "pressed"} This format is good for something like a button event, where there are two discrete pieces of information in the measurement.