From 07f39f72a945b6f94aafa3f3370fcf35ab87618e Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Sat, 24 May 2014 21:30:12 -0400 Subject: [PATCH] Fix typo in example for raw message format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17eb6de..edef8f8d 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). -- 2.16.6