Merge pull request #233 from adevade/patch-1

Update README.md
This commit is contained in:
Josh Johnson 2017-08-23 08:43:58 +01:00 committed by GitHub
commit ebcf6c957d

View file

@ -48,7 +48,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