Readme now reflects the new title format

This commit is contained in:
Erik Thuning 2022-03-21 17:07:02 +01:00
parent 109f494eef
commit 292c115cba

@ -136,7 +136,10 @@ processed in the transcoding step. After that the path is relative to the
'duration': 0,
// The presentation title.
'title': '',
'title': {
'en': '',
'sv': ''
},
// A possibly empty list of presenters involved in the presentation.
'presenters': [],
@ -226,7 +229,10 @@ All filenames are given as paths relative to the package root.
'creation': 0,
// The title of the presentation.
'title': "",
'title': {
'en': '',
'sv': ''
},
// A possibly empty list of presenters involved in the presentation.
'presenters': [],