diff --git a/README.md b/README.md index 1bbe242e7..f907533cb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ CDNJS + + jsDelivr +
License @@ -50,17 +53,17 @@ Several quick start options are available: - Install with [Composer](https://getcomposer.org): `composer require snapappointments/bootstrap-select` - Install with [NuGet](https://www.nuget.org/packages/bootstrap-select): `Install-Package bootstrap-select` - Install with [Bower](https://bower.io): `bower install bootstrap-select` -- Install via CDN: +- Install via CDN ([cdnjs](https://cdnjs.com/libraries/bootstrap-select) or [jsDelivr](https://www.jsdelivr.com/package/npm/bootstrap-select)): ```html - + - + - + ``` > The CDN is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN. diff --git a/docs/docs/index.md b/docs/docs/index.md index e7004e3d6..1faf49b61 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -15,17 +15,17 @@ Several quick start options are available: - Install with [Composer](https://getcomposer.org): `composer require snapappointments/bootstrap-select` - Install with [NuGet](https://www.nuget.org/packages/bootstrap-select): `Install-Package bootstrap-select` - Install with [Bower](https://bower.io): `bower install bootstrap-select` -- Install via CDN: +- Install via CDN ([cdnjs](https://cdnjs.com/libraries/bootstrap-select) or [jsDelivr](https://www.jsdelivr.com/package/npm/bootstrap-select)): ```html - + - + - + ```