Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2021-10-07 23:14:05 +03:00
parent 445e90f2a1
commit c13c9a7f0a

View file

@ -26,7 +26,7 @@ function generateTable(files) {
if (files.includes(country.code)) {
output.push({
country: `${country.flag} ${country.name}`,
guide: `<code>https://iptv-org.github.io/epg/guides/${country.code}.epg.xml</code>`
guide: `<code>https://iptv-org.github.io/epg/guides/${country.code}.xml</code>`
})
}
}