From 51e7764c6ce56ed939ea8c5c372a9adef523ea7e Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Tue, 2 Dec 2014 23:56:27 -0500 Subject: [PATCH] fixed team.json --- Teams/nobacksies/team.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 07bd952..136d45e 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -1,26 +1,27 @@ { - "teamName": "Team Koders", + "teamName": "nobacksies", "members": [ { "name": "Alan Norton", "twitter": "nonrational", "koding": "nonrational", - "location": "New York, NY, USA", + "location": "New York, US", "lead": true }, { "name": "John Mileham", - "location": "New York, NY, USA", + "location": "New York, US", }, { "name": "Sam Moore", "twitter": "samandmoore", "koding": "samandmoore", - "location": "New York, NY, USA", + "location": "New York, US", }, { "name": "Sarah Whinnem", - "location": "New York, NY, USA", + "twitter": "MadysonDesigns", + "location": "New York, US", } ] }