Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/freearhey/epg-grabber
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Jun 26, 2024
2 parents ee647fb + 5405e5d commit 5494988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ From each function in `config.js` you can access a `context` object containing t

## Program Object

| Name | Aliases | Type | Required |
| Property | Aliases | Type | Required |
| --------------- | -------------------------------- | ------------------------------------------------ | -------- |
| start | | `String` or `Number` or `Date()` | true |
| stop | | `String` or `Number` or `Date()` | true |
Expand Down Expand Up @@ -248,7 +248,7 @@ Example:
description: 'Description for Program 1',
date: '2022-05-06',
categories: ['Comedy', 'Drama'],
keyword: [
keywords: [
{ lang: 'en', value: 'physical-comedy' },
{ lang: 'en', value: 'romantic' }
],
Expand Down

0 comments on commit 5494988

Please sign in to comment.