diff --git a/index.html b/index.html
index a06767f..c963f03 100644
--- a/index.html
+++ b/index.html
@@ -1265,8 +1265,10 @@
Download the plugin and copy the related files to your app.
Activate the plugin:
- - jQuery Version: Call the chosen plugin -
$(".chzn-select").chosen();
- - Prototype Version: Create a new instance of Chosen: New Chosen(some_form_field);
+ - jQuery Version:
+ Call the chosen plugin: $(".chzn-select").chosen();
+ - Prototype Version:
+ Create a new instance of Chosen: new Chosen(some_form_element);
Disco.