diff --git a/pages/01.getting-started/01.installation/docs.md b/pages/01.getting-started/01.installation/docs.md index 2c719df1..d2ae31cd 100644 --- a/pages/01.getting-started/01.installation/docs.md +++ b/pages/01.getting-started/01.installation/docs.md @@ -4,53 +4,45 @@ taxonomy: category: docs --- -In order to use Select2, you must include the JavaScript and CSS file on -your website. You can get these files built for you from many different -locations. +In order to use Select2, you must include the compiled JavaScript and CSS files on your website. There are multiple options for including these pre-compiled files, also known as a **distribution**, in your website or application. ## Using Select2 from a CDN -Select2 is hosted on both the -cdnjs and -jsDelivr CDNs, allowing -you to quickly include Select2 on your website. +A CDN (content delivery network) is the fastest way to get up and running with Select2! -### Include the assets - -Include the following lines of code in the `
` section of your HTML. +Select2 is hosted on both the [cdnjs](https://cdnjs.com/libraries/select2) and [jsDelivr](https://www.jsdelivr.com/#!select2) CDNs. Simply include the following lines of code in the `` section of your page: ``` ``` ->>> Immediately following a new release, it takes some time for CDNs to - catch up and get the new versions live on the CDN. +>>> Immediately following a new release, it takes some time for CDNs to catch up and get the new versions live on the CDN. -### Initialize Select2 +## Installing with Bower -Initialize Select2 on the `