From 1abba95b1de55dd688e8875958218842feeaa060 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 12 Jan 2023 11:24:54 +0300 Subject: [PATCH] Update update.js Fixes columns alignment --- scripts/commands/readme/update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js index fb9a8196..8f47ea4f 100644 --- a/scripts/commands/readme/update.js +++ b/scripts/commands/readme/update.js @@ -67,9 +67,9 @@ async function createTable(log) { guides += `### ${lang}\r\n\r\n` guides += table.create(data, [ - 'Site', + 'Site                                        ', 'Channels', - 'EPG', + 'EPG                                                                                                                                      ', 'Status                                                   ' ]) guides += `\r\n\r\n`