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