From 0f71d8ccfa40a86cef429fa9d0aa74077b234c09 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 19 Feb 2022 19:10:38 +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 dcb4dbba..22add758 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ All data is stored in the [/data](data) folder as [CSV](https://en.wikipedia.org | languages | List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](data/languages.csv) | Required | `eng;spa` | | categories | List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](data/categories.csv) | Optional | `news;weather` | | is_nsfw | Indicates whether the channel broadcasts adult content (`TRUE` or `FALSE`) | Required | `FALSE` | -| logo | Logo URL | Optional | `https://example.com/nbc.png` | +| logo | Logo URL. Only URL with HTTPS protocol are allowed. | Optional | `https://example.com/nbc.png` | ### categories