From f9bc3f37c5cf80e98d08e934170b887d4be17c8c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 19 Mar 2022 17:18:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74a6b25e..0c2102f5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All data is stored in the [/data](data) folder as [CSV](https://en.wikipedia.org | Field | Description | Required | Example | | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------------------ | | id | Unique channel ID. Should be derived from the name of the channel and country code separated by dot. May only contain Latin letters, numbers and dot. | Required | `AnhuiTV.cn` | -| name | Official channel name. May include: `a-z`, `à-ÿ`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `(`, `)`. | Required | `Anhui TV` | +| name | Official channel name in English. May include: `a-z`, `à-ÿ`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `(`, `)`. | Required | `Anhui TV` | | native_name | Channel name in the original language. May contain any characters except `,` and `"`. | Optional | `安徽卫视` | | network | Name of the network operating the channel. | Optional | `Anhui` | | country | Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](data/countries.csv) | Required | `CN` |