diff --git a/examples/minimalMilkdrop/index.html b/examples/minimalMilkdrop/index.html
index fd837824..beaeab85 100755
--- a/examples/minimalMilkdrop/index.html
+++ b/examples/minimalMilkdrop/index.html
@@ -37,10 +37,10 @@
butterchurnOpen: true
},
__initialWindowLayout: {
- MAIN: { position: { x: 0, y: 0 } },
- EQUALIZER: { position: { x: 0, y: 116 } },
- PLAYLIST: { position: { x: 0, y: 232 }, size: [0, 4] },
- MILKDROP: { position: { x: 275, y: 0 }, size: [7, 12] }
+ main: { position: { x: 0, y: 0 } },
+ equalizer: { position: { x: 0, y: 116 } },
+ playlist: { position: { x: 0, y: 232 }, size: [0, 4] },
+ milkdrop: { position: { x: 275, y: 0 }, size: [7, 12] }
}
}).renderWhenReady(document.getElementById('app'));