Fixed errors in json format

This commit is contained in:
Brandon Wagner
2014-12-02 22:13:02 -05:00
parent 762dce16d3
commit efb879a12e

View File

@@ -1,12 +1,11 @@
{
"teamName": "Team Wagner",
"members": [
{
"name": "Brandon Wagner",
"twitter": "bwag803",
"koding": "brandonawagner",
"location": "Charleston, SC"
},
]
"teamName": "Team Wagner",
"members": [
{
"name": "Brandon Wagner",
"twitter": "bwag803",
"koding": "brandonawagner",
"location": "Charleston, SC"
}
]
}