diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js
index 003a60b89..3d2b969a0 100644
--- a/scripts/commands/readme/update.js
+++ b/scripts/commands/readme/update.js
@@ -58,6 +58,12 @@ async function createCountryTable() {
channels: item.count,
playlist: `https://iptv-org.github.io/iptv/${item.filepath}
`
})
+ } else if (code === 'int') {
+ rows.push({
+ name: `🌍 International`,
+ channels: item.count,
+ playlist: `https://iptv-org.github.io/iptv/${item.filepath}
`
+ })
} else {
const subdivision = await api.subdivisions.find({ code: code.toUpperCase() })
if (subdivision) {