From e5b870586c159576978db6f7513cc6a539b7478c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 12 Feb 2022 06:39:46 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b58c57d..879cd40 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ https://iptv-org.github.io/api/channels.json | subdivision | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) | | city | Name of the city from which the broadcast is transmitted | | broadcast_area | List of codes describing the broadcasting area (`r/`, `c/`, `s/`) | -| languages | List of [languages](database/languages.csv) broadcast | -| categories | List of [categories](database/categories.csv) to which this channel belongs | +| languages | List of languages broadcast | +| categories | List of categories to which this channel belongs | | is_nsfw | Indicates whether the channel broadcasts adult content | | logo | Logo URL | @@ -200,11 +200,11 @@ https://iptv-org.github.io/api/regions.json ] ``` -| Field | Description | -| --------- | --------------------------------------------------------- | -| name | Region name | -| code | Code of the region | -| countries | List of [countries](database/countries.csv) in the region | +| Field | Description | +| --------- | ------------------------------- | +| name | Region name | +| code | Code of the region | +| countries | List of countries in the region | ## Contribution