mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -05:00
Update README.md
This commit is contained in:
parent
84fa18b983
commit
7df074df86
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ All data is stored in the [/data](data) folder as [CSV](https://en.wikipedia.org
|
|||
|
||||
### categories
|
||||
|
||||
| Field | Description | Required | Example |
|
||||
| ----- | -------------------------------------------------------------- | -------- | ------- |
|
||||
| id | Category ID. Should be the same as the name but in lower case. | Required | `news` |
|
||||
| name | Category name in one word. | Required | `News` |
|
||||
| Field | Description | Required | Example |
|
||||
| ----- | -------------- | -------- | ------- |
|
||||
| id | Category ID. | Required | `news` |
|
||||
| name | Category name. | Required | `News` |
|
||||
|
||||
### languages
|
||||
|
||||
|
|
Loading…
Reference in a new issue