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" + } + ] +}