diff --git a/docs/options.html b/docs/options.html
index 8ccccea2..914b493b 100644
--- a/docs/options.html
+++ b/docs/options.html
@@ -69,7 +69,7 @@ $.fn.select2.amd.require(
This means that if you declare your <select>
tag as...
+<select data-tags="true" data-placeholder="Select an option"></select>@@ -93,7 +93,7 @@ $("select").select2({ do not work in jQuery 1.x. -+<select data-ajax--url="http://example.org/api/test" data-ajax--cache="true"></select>@@ -226,8 +226,8 @@ $("select").select2({ placeholders. --placeholder: "Select a repository", ++placeholder: "Select a repository"@@ -1409,7 +1409,7 @@ DataAdapter.query = function (params, callback) { string.
-+$.fn.select2.defaults.set("theme", "classic");