From 5a334b6b0957c5d38355f63d220c13e5cf9331c5 Mon Sep 17 00:00:00 2001 From: Small Success Date: Tue, 2 Dec 2014 19:55:50 -0500 Subject: [PATCH] Added Team Information --- Teams/SmallSuccess/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/SmallSuccess/team.json diff --git a/Teams/SmallSuccess/team.json b/Teams/SmallSuccess/team.json new file mode 100644 index 0000000..c4c7aa7 --- /dev/null +++ b/Teams/SmallSuccess/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Small Success", + "members": [ + { + "name": "Titus Blair", + "twitter": "titusblair", + "koding": "smallsuccess", + "location": "RVing the USA" + }, + ] +}