Skip to content

Commit 5494988

Browse files
committed
2 parents ee647fb + 5405e5d commit 5494988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ From each function in `config.js` you can access a `context` object containing t
196196

197197
## Program Object
198198

199-
| Name | Aliases | Type | Required |
199+
| Property | Aliases | Type | Required |
200200
| --------------- | -------------------------------- | ------------------------------------------------ | -------- |
201201
| start | | `String` or `Number` or `Date()` | true |
202202
| stop | | `String` or `Number` or `Date()` | true |
@@ -248,7 +248,7 @@ Example:
248248
description: 'Description for Program 1',
249249
date: '2022-05-06',
250250
categories: ['Comedy', 'Drama'],
251-
keyword: [
251+
keywords: [
252252
{ lang: 'en', value: 'physical-comedy' },
253253
{ lang: 'en', value: 'romantic' }
254254
],

0 commit comments

Comments
 (0)