diff --git a/README.md b/README.md
index d3dc8e0..7cf1453 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ the lower section of this README.md file.
| #TeamName | Team Lead | Team Members | Team Page |
|---------------|-----------|--------------|-----------|
+|
#Team Koders |[Sinan Yasar](https://koding.com/sinan) |[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Sinan Yasar](https://koding.com/sinan) San Francsico, US
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) |
|
#Callback Hell | |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) |
|
#CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) |[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) |
|
#J-Unit |[Ali Akhtar](https://koding.com/digitman2) |[Bobby Degrot](https://koding.com/eonns) Boston, US
[Ali Akhtar](https://koding.com/digitman2) Lahore, PK
| [J-Unit](./Teams/J-Unit/ABOUT.md) |
-|
#Team Koders |[Sinan Yasar](https://koding.com/sinan) |[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Sinan Yasar](https://koding.com/sinan) San Francsico, US
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) |
diff --git a/gulpfile.coffee b/gulpfile.coffee
index 41a4933..4737756 100644
--- a/gulpfile.coffee
+++ b/gulpfile.coffee
@@ -96,7 +96,8 @@ format_json = (data, filepath) ->
gulp.task 'run', ->
gulp.src [
'README.template.md'
- './Teams/**/*.json'
+ './Teams/**/TeamKoders/team.json'
+ './Teams/**/team.json'
]
.pipe tap tap_json
.pipe concat 'README.md', newLine: ''