Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-06-15 17:23:37 +03:00
parent bff6e8c1aa
commit 40172c7f29
1 changed files with 1 additions and 1 deletions

View File

@ -164,9 +164,9 @@ module.exports = {
return [ return [
{ {
title, // program title (required) title, // program title (required)
sub_title, // program sub-title (optional)
start, // start time of the program (required) start, // start time of the program (required)
stop, // end time of the program (required) stop, // end time of the program (required)
sub_title, // program sub-title (optional)
description, // description of the program (optional) description, // description of the program (optional)
category, // type of program (optional) category, // type of program (optional)
season, // season number (optional) season, // season number (optional)