From c13c9a7f0a14302ad6e751f7bb1779b8c0471c95 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 23:14:05 +0300 Subject: [PATCH] Update update-readme.js --- scripts/update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-readme.js b/scripts/update-readme.js index 2d7b88f8..714b04a4 100644 --- a/scripts/update-readme.js +++ b/scripts/update-readme.js @@ -26,7 +26,7 @@ function generateTable(files) { if (files.includes(country.code)) { output.push({ country: `${country.flag} ${country.name}`, - guide: `https://iptv-org.github.io/epg/guides/${country.code}.epg.xml` + guide: `https://iptv-org.github.io/epg/guides/${country.code}.xml` }) } }