diff --git a/examples/06_readonly_text_mode.html b/examples/09_readonly_text_mode.html
similarity index 98%
rename from examples/06_readonly_text_mode.html
rename to examples/09_readonly_text_mode.html
index 362e054..3e9321f 100644
--- a/examples/06_readonly_text_mode.html
+++ b/examples/09_readonly_text_mode.html
@@ -42,7 +42,7 @@
var options = {
mode: 'text',
- modes: ['text'],
+ modes: ['text', 'code'],
onEditable: function() { //absence of key makes the text area not readOnly
return false; // returning false makes the text area readOnly
},