Update README.md

Example had a misplaced quote, breaking the code.
This commit is contained in:
Mike Fiedler 2018-02-17 08:46:43 -05:00 committed by Josh Johnson
parent 37e1d6fc52
commit 5f11caae1b

View file

@ -52,7 +52,7 @@ Or include Choices directly:
const choices = new Choices(element);
// Pass reference
const choices = new Choices('[data-trigger']);
const choices = new Choices('[data-trigger]');
const choices = new Choices('.js-choice');
// Pass jQuery element