diff --git a/README.md b/README.md index 2fadb8628..1b573a1a5 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ https://github.com/CatVodTVOfficial/CatVodTVJarLoader [TV-Python](https://github.com/FongMi/TV/blob/main/release/leanback-python.apk?raw=true "TV-Python") ### Config Example -[Vod-Online](other/vod-online.json) -[Vod-Offline](other/vod-offline.json) -[Live-Online](other/live-online.json) -[Live-Offline](other/live-offline.json) +[Vod-Online](other/example/vod/online.json) +[Vod-Offline](other/example/vod/offline.json) +[Live-Online](other/example/live/online.json) +[Live-Offline](other/example/live/offline.json) ### Subtitle Format In playerContent put "sub" diff --git a/other/live-offline.json b/other/example/live/offline.json similarity index 100% rename from other/live-offline.json rename to other/example/live/offline.json diff --git a/other/live-online.json b/other/example/live/online.json similarity index 100% rename from other/live-online.json rename to other/example/live/online.json diff --git a/other/vod-offline.json b/other/example/vod/offline.json similarity index 100% rename from other/vod-offline.json rename to other/example/vod/offline.json diff --git a/other/vod-online.json b/other/example/vod/online.json similarity index 100% rename from other/vod-online.json rename to other/example/vod/online.json