diff --git a/index.html b/index.html index 25b0d76..0aece4c 100644 --- a/index.html +++ b/index.html @@ -231,7 +231,7 @@

Additionally custom events can be triggered on a per slide basis by binding to the data-state name.

-

+					

 Reveal.addEventListener( 'customevent', function() {
 	console.log( '"customevent" has fired' );
 } );