From e10f247a996bfd1e35917373db7cea1c64df824d Mon Sep 17 00:00:00 2001 From: Ryan Arana Date: Wed, 25 Sep 2013 15:45:25 -0700 Subject: [PATCH] add "boards" key to board/list response in the README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f4a316c..f6149e3 100644 --- a/README.md +++ b/README.md @@ -73,17 +73,18 @@ Note that this doesn't actually make any API requests or do anything other than Response: -* board_id -* name -* distance - meters -* bbox - [x,y,x,y] -* game: - * game_id - * is_active - true, false - * red_team - number of people on the red team - * blue_team - * red_score - total score for the red team - * blue_score - total score for the blue team +* boards + * board_id + * name + * distance - meters + * bbox - [x,y,x,y] + * game: + * game_id + * is_active - true, false + * red_team - number of people on the red team + * blue_team + * red_score - total score for the red team + * blue_score - total score for the blue team ### game/create