From 5f11caae1be59271290ea993b4dc326825903aa3 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sat, 17 Feb 2018 08:46:43 -0500 Subject: [PATCH] Update README.md Example had a misplaced quote, breaking the code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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