We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee647fb + 5405e5d commit 5494988Copy full SHA for 5494988
README.md
@@ -196,7 +196,7 @@ From each function in `config.js` you can access a `context` object containing t
196
197
## Program Object
198
199
-| Name | Aliases | Type | Required |
+| Property | Aliases | Type | Required |
200
| --------------- | -------------------------------- | ------------------------------------------------ | -------- |
201
| start | | `String` or `Number` or `Date()` | true |
202
| stop | | `String` or `Number` or `Date()` | true |
@@ -248,7 +248,7 @@ Example:
248
description: 'Description for Program 1',
249
date: '2022-05-06',
250
categories: ['Comedy', 'Drama'],
251
- keyword: [
+ keywords: [
252
{ lang: 'en', value: 'physical-comedy' },
253
{ lang: 'en', value: 'romantic' }
254
],
0 commit comments