From 409b790e882ded1bf53d31ff96259461e952e417 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 14 May 2018 14:00:02 +0200 Subject: [PATCH] Documentation --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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();