From a9497ad46f2ee2ee3567282742cf4c96c7697d0e Mon Sep 17 00:00:00 2001 From: Isaac Rowe Date: Wed, 26 Nov 2014 15:27:18 -0500 Subject: [PATCH] Added Team Leader --- Teams/Lexington Techs/team.json | 3 ++- Teams/Lexington Techs/team.json~ | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Teams/Lexington Techs/team.json b/Teams/Lexington Techs/team.json index 83e9453..2b8a043 100644 --- a/Teams/Lexington Techs/team.json +++ b/Teams/Lexington Techs/team.json @@ -5,7 +5,8 @@ "name": "Isaac Rowe", "twitter": "Isaac_rowe1", "koding": "irowe", - "location": "Lexington, US" + "location": "Lexington, US", + "lead" : "true" }, { "name": "Joel Ewing", diff --git a/Teams/Lexington Techs/team.json~ b/Teams/Lexington Techs/team.json~ index e69de29..83e9453 100644 --- a/Teams/Lexington Techs/team.json~ +++ b/Teams/Lexington Techs/team.json~ @@ -0,0 +1,16 @@ +{ + "teamName": "Lexington Techs", + "members": [ + { + "name": "Isaac Rowe", + "twitter": "Isaac_rowe1", + "koding": "irowe", + "location": "Lexington, US" + }, + { + "name": "Joel Ewing", + "koding": "physicsshark", + "location": "Lexington, US" + } + ] +}