diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js index e70f7f30..157ed92d 100644 --- a/scripts/commands/readme/update.js +++ b/scripts/commands/readme/update.js @@ -52,11 +52,7 @@ async function main() { }) data = Object.values(_.groupBy(data, item => item[0])) - const output = table.create(data, [ - 'Country                         ', - 'Channels', - 'EPG' - ]) + const output = table.create(data, ['Country', 'Channels', 'EPG']) await file.create('./.readme/_countries.md', output)