summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-05-24 21:30:12 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-05-24 21:30:12 -0400
commit07f39f72a945b6f94aafa3f3370fcf35ab87618e (patch)
tree793319887e57847213cbfe266dfd5ab5d5db06de
parent43f0abb2468b31d131b936ccf51844316426dc8a (diff)
Fix typo in example for raw message format.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c17eb6d..edef8f8 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ discrete pieces of information in the measurement.
The format for a raw CAN message:
- {"bus": 1, "id": 1234, "value": "0x12345678"}
+ {"bus": 1, "id": 1234, "data": "0x12345678"}
**bus** - the numerical identifier of the CAN bus where this message originated,
most likely 1 or 2 (for a vehicle interface with 2 CAN controllers).