Skip to content

Commit 4eb380d

Browse files
authored
Update choices library link
1 parent e3daa97 commit 4eb380d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ For more information read the [library documentation][choicesjs-documentation].
2626

2727
The library is based on [ChoicesJS][choicesjs], but it is not bundle along with the wrapper. It has been defined as part of [`peerDependencies`][peer-dependencies], therefore it has to be included in your own `dependencies`.
2828

29-
This dependency can be added to the bundle as external library, or it can just be added to the page via CDN script:
29+
This dependency can be added to the bundle as external library, or it can just be added to the page via GitHub script:
3030

3131
```html
32-
<script src="https://cdnjs.cloudflare.com/ajax/libs/choices.js/3.0.4/choices.js"></script>
32+
<script src="https://rawgit.com/jshjohnson/Choices/v4.1.3/public/assets/scripts/choices.js"></script>
3333
```
3434

3535
## Installation and running

0 commit comments

Comments
 (0)