diff --git a/README.md b/README.md index 7e543ed..eab37bc 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,15 @@ window.addEventListener('load', function() { presentations.forEach(function(presentation) { var soziUi = new SoziUi(presentation, { - summary: true, - allowFullscreen: true, + summary: true, + allowFullscreen: true, position: 'bottom' // or 'top', - lang: { - next: 'Suivant', - previous: 'Précédent', - fullscrenOn: 'Plein écran', - fullscrenOff: 'Réduire' - } + lang: { + next: 'Suivant', + previous: 'Précédent', + fullscrenOn: 'Plein écran', + fullscrenOff: 'Réduire' + } }); soziUi.addControls(); soziUi.addEvents();