Update README.md

Fix small typo in README.md
This commit is contained in:
Andréas Lundgren 2017-08-22 14:52:52 +02:00 committed by GitHub
parent 00ad96bfb3
commit dc6921bea2

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