From 7c90880f848914aa641ecc0e44305e53ab87d39a Mon Sep 17 00:00:00 2001 From: maharsh007 Date: Wed, 3 Dec 2014 14:00:44 +0530 Subject: [PATCH] Update team.json Added team members --- Teams/TeamCoders/team.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Teams/TeamCoders/team.json b/Teams/TeamCoders/team.json index f16393c..666a151 100644 --- a/Teams/TeamCoders/team.json +++ b/Teams/TeamCoders/team.json @@ -1,17 +1,24 @@ { "teamName": "TeamCoders", - "members": [ + "members": [ { "name": "Maharshi Choudhury", "twitter": "@maharsh009", "koding": "maharsh011", - "location": "Bangalore, IN" - } + "location": "Bangalore,IN" + }, + { + "name": "Subhendu Ghosh", + "twitter": "@_hell_born", + "koding": "subho-bcrec", + "location": "West Bengal, IN" + }, { "name": "Jeremy Wandui", "twitter": "@poetentate", "koding": "poetentate", - "location": "" - }, + "location": "Nairobi, KE", + "lead": true + } ] }