Browse Source

remove theme from init options example

Hakim El Hattab 12 years ago
parent
commit
ac33c51eca
1 changed files with 0 additions and 3 deletions
  1. 0 3
      README.md

+ 0 - 3
README.md

@@ -75,9 +75,6 @@ Reveal.initialize({
 	// Apply a 3D roll to links on hover
 	rollingLinks: true,
 
-	// UI style
-	theme: 'default', // default/neon/beige
-
 	// Transition style
 	transition: 'default' // default/cube/page/concave/linear(2d)
 });