diff --git a/sites/magticom.ge/magticom.ge.channels.xml b/sites/magticom.ge/magticom.ge.channels.xml
index e203920e..166a40c9 100644
--- a/sites/magticom.ge/magticom.ge.channels.xml
+++ b/sites/magticom.ge/magticom.ge.channels.xml
@@ -9,7 +9,7 @@
France 24
MTV Live HD
Russia Today
-
+ Кинеко
პირველი არხი
პირველი არხი/ტელესკოლა
Setanta Sports 3
diff --git a/sites/magticom.ge/magticom.ge.test.js b/sites/magticom.ge/magticom.ge.test.js
index 9b3c82cd..59d4dee0 100644
--- a/sites/magticom.ge/magticom.ge.test.js
+++ b/sites/magticom.ge/magticom.ge.test.js
@@ -1,6 +1,3 @@
-// npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml
-// npm run grab -- --site=magticom.ge
-
const { parser, url, request } = require('./magticom.ge.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
diff --git a/sites/magticom.ge/readme.md b/sites/magticom.ge/readme.md
new file mode 100644
index 00000000..3e98b2c3
--- /dev/null
+++ b/sites/magticom.ge/readme.md
@@ -0,0 +1,21 @@
+# magticom.ge
+
+https://www.magticom.ge/ka/tv/ip-tv/tv-guide
+
+### Download the guide
+
+```sh
+npm run grab -- --site=magticom.ge
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml
+```
+
+### Test
+
+```sh
+npm test -- magticom.ge
+```