diff --git a/examples/06_custom_styling.html b/examples/06_custom_styling.html
index e185486..c97e856 100644
--- a/examples/06_custom_styling.html
+++ b/examples/06_custom_styling.html
@@ -35,7 +35,7 @@
// create the editor
const container = document.getElementById('jsoneditor')
const options = {
- modes: ['text', 'tree']
+ modes: ['tree', 'text']
}
const json = {
'array': [1, 2, 3],