Add CDN link to README

This commit is contained in:
Josh Johnson 2018-10-27 17:00:40 +01:00
parent e39cb73a70
commit 2c434feb43

View file

@ -28,6 +28,8 @@ With [Yarn](https://yarnpkg.com/):
yarn add choices.js
```
From a [CDN](https://www.jsdelivr.com/package/npm/choices.js)
Or include Choices directly:
```html
@ -118,7 +120,7 @@ Or include Choices directly:
activeState: 'is-active',
focusState: 'is-focused',
openState: 'is-open',
disabledState: 'is-disaqbled',
disabledState: 'is-disabled',
highlightedState: 'is-highlighted',
hiddenState: 'is-hidden',
flippedState: 'is-flipped',