Fix typo in example for raw message format.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Sun, 25 May 2014 01:30:12 +0000 (21:30 -0400)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Sun, 25 May 2014 01:30:12 +0000 (21:30 -0400)
README.md

index c17eb6d..edef8f8 100644 (file)
--- 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).