Skip to content

Commit edc92ff

Browse files
committed
Readme: Short quickstart instructions, mention cdnjs
Fixes #1114 [ci-skip]
1 parent d7015c9 commit edc92ff

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,17 @@ Selectize is an extensible [jQuery](http://jquery.com/)-based custom <select&
3434
- [sifter](https://github.com/brianreavis/sifter.js) (bundled in ["standalone" build](dist/js/standalone))
3535
- [microplugin](https://github.com/brianreavis/microplugin.js) (bundled in ["standalone" build](dist/js/standalone))
3636

37-
### Files
37+
### Installation and files
3838

39-
All pre-built files needed to use Selectize can be found in the ["dist"](dist/) folder.
39+
All pre-built files needed to use Selectize can be found in the
40+
["dist"](dist/) folder.
41+
42+
If you're looking to get started with minimal fuss, include
43+
`standalone/selectize.min.js` (bundles Sifter and Microplugin
44+
dependencies – also available un-minifed for debugging, just remove the
45+
`.min` part) and `css/selectize.default.css`.
46+
47+
Selectize is available at [cdnjs](https://cdnjs.com/libraries/selectize.js).
4048

4149
- [**js/**](dist/js)
4250
- [**standalone/**](dist/js/standalone)

0 commit comments

Comments
 (0)