diff --git a/docs/index.html b/docs/index.html index a5857e7e..fce6c3ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,8 +61,10 @@ slug: home
<head>
- section of your HTML.
+
+ Include the following lines of code in the <head>
+ section of your HTML.
+
<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" /> @@ -76,8 +78,10 @@ slug: home
<select>
element that you
- want to make awesome.
+
+ Initialize Select2 on the <select>
element that you
+ want to make awesome.
+
<script type="text/javascript"> @@ -102,14 +106,18 @@ slug: home
- - - Download the code - - from GitHub and copy the
dist
directory to your project. ++ + Download the code + + from GitHub and copy the
dist
directory to your project. +- - Include the following lines of code in the
<head>
- section of your HTML. ++ Include the following lines of code in the
<head>
+ section of your HTML. +<link href="path/to/select2.min.css" rel="stylesheet" />