From e66252eb013fdf09c2869c6d8274be8867125469 Mon Sep 17 00:00:00 2001 From: Jamone Kelly Date: Sat, 22 Nov 2014 22:14:32 -0500 Subject: [PATCH] Fixed country code --- Teams/TheGoat/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/TheGoat/team.json b/Teams/TheGoat/team.json index ae7d944..6ed889d 100644 --- a/Teams/TheGoat/team.json +++ b/Teams/TheGoat/team.json @@ -5,20 +5,20 @@ "name": "Daniel Jones", "twitter": "MrJones1914", "koding": "DIJicode", - "location": "Sterling Heights, MI" + "location": "Sterling Heights, US" }, { "name": "Keheira Henderson", "twitter": "the_mystery_one", "koding": "Keheira", - "location": "Greensboro, NC", + "location": "Greensboro, US", "lead": true }, { "name": "Jamone Kelly", "twitter": "JamoneK", "koding": "JamoneK", - "location": "Greensboro, NC" + "location": "Greensboro, US" } ] -} \ No newline at end of file +}