mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update-readme.js
This commit is contained in:
parent
445e90f2a1
commit
c13c9a7f0a
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue