From d8e0d969069e87d8eebf1153fecc6dc3e8f9d909 Mon Sep 17 00:00:00 2001 From: Marcio Camurati Date: Wed, 25 Apr 2012 09:53:18 -0300 Subject: [PATCH] update the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6923786..c8cd720 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ At the Arduino, when the user push one of the three buttons, it send the command "answers": [ { "value": "Answer 1", - "state": 0 + "state": "N" }, { "value": "Answer 2", - "state": 0 + "state": "N" }, { "value": "Answer 3", - "state": 0 + "state": "C" } ], "status": true