Skip to content

Commit

Permalink
Readme: Short quickstart instructions, mention cdnjs
Browse files Browse the repository at this point in the history
Fixes selectize#1114 [ci-skip]
  • Loading branch information
joallard committed Aug 11, 2016
1 parent d7015c9 commit edc92ff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ Selectize is an extensible [jQuery](http://jquery.com/)-based custom <select&
- [sifter](https://github.com/brianreavis/sifter.js) (bundled in ["standalone" build](dist/js/standalone))
- [microplugin](https://github.com/brianreavis/microplugin.js) (bundled in ["standalone" build](dist/js/standalone))

### Files
### Installation and files

All pre-built files needed to use Selectize can be found in the ["dist"](dist/) folder.
All pre-built files needed to use Selectize can be found in the
["dist"](dist/) folder.

If you're looking to get started with minimal fuss, include
`standalone/selectize.min.js` (bundles Sifter and Microplugin
dependencies – also available un-minifed for debugging, just remove the
`.min` part) and `css/selectize.default.css`.

Selectize is available at [cdnjs](https://cdnjs.com/libraries/selectize.js).

- [**js/**](dist/js)
- [**standalone/**](dist/js/standalone)
Expand Down

0 comments on commit edc92ff

Please sign in to comment.