diff --git a/README.md b/README.md index df163b7..4689d4a 100644 --- a/README.md +++ b/README.md @@ -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