Merge pull request #483 from pstakoun/master

Fixed team name
This commit is contained in:
Nitin Gupta
2014-11-29 02:03:35 -08:00
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
We are a group of enthused coders from Toronto.
+27
View File
@@ -0,0 +1,27 @@
{
"teamName": "Toronto Elite Coders",
"members": [
{
"name": "Peter Stakoun",
"twitter": "pstakoun",
"koding": "pstakoun",
"location": "Toronto, CA",
"lead": true
},
{
"name": "Adam Strom",
"koding": "AStrom0724",
"location": "Toronto, CA"
},
{
"name": "Kevin Shen",
"koding": "kshen3778",
"location": "Toronto, CA"
},
{
"name": "Kayton Yan",
"koding": "Sceyef",
"location": "Toronto, CA"
}
]
}