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
`
})
}
}