Skip to content

Commit

Permalink
update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
marciocamurati committed Apr 25, 2012
1 parent 43506af commit d8e0d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit d8e0d96

Please sign in to comment.