diff --git a/README.md b/README.md index 0d44eaa9..bd215280 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Browser compatibility Usage ----- -You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or -[CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of +You can source Select2 directly from a CDN like [jsDelivr][jsdelivr] or +[cdnjs][cdnjs], [download it from this GitHub repo][releases], or use one of the integrations below. Integrations diff --git a/docs/pages/01.getting-started/01.installation/docs.md b/docs/pages/01.getting-started/01.installation/docs.md index a52423bc..9fc8c6b7 100644 --- a/docs/pages/01.getting-started/01.installation/docs.md +++ b/docs/pages/01.getting-started/01.installation/docs.md @@ -10,11 +10,11 @@ In order to use Select2, you must include the compiled JavaScript and CSS files A CDN (content delivery network) is the fastest way to get up and running with Select2! -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: +Select2 is hosted on both the [jsDelivr](https://www.jsdelivr.com/package/npm/select2) and [cdnjs](https://cdnjs.com/libraries/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.