From dc6921bea22ccc58f942c19c584d07b3efd29ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Lundgren?= Date: Tue, 22 Aug 2017 14:52:52 +0200 Subject: [PATCH] Update README.md Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25531c8..155a409 100644 --- a/README.md +++ b/README.md @@ -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