diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-05-03 12:16:55 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-05-03 12:16:55 -0400 |
commit | 1c602e1df648f8ef2665278251316d1ee31cecd2 (patch) | |
tree | 734a2a99c84d778535fe3ffdea677c5c84b42fb0 /README.md | |
parent | b4bdf4e1ecdf99d8ecb0f13a99605aa10154169a (diff) |
Don't use pygments highlighting in README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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. |