Readme now reflects the new title format
This commit is contained in:
parent
109f494eef
commit
292c115cba
10
README.md
10
README.md
@ -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': [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user