fixed team.json

This commit is contained in:
Alan Norton
2014-12-02 23:56:27 -05:00
parent d1c65802e6
commit 51e7764c6c

View File

@@ -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",
}
]
}