From e6b88bf5c93fd20b82338bfbf818843f610cb91b Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 3 Jul 2016 10:55:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9500bfe..505247d 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ A lightweight, configurable select box/text input plugin. Similar to Select2 and const choices = new Choices(elements); // Pass single element: - const choice = new Choices(element); + const choices = new Choices(element); // Pass reference - const choice = new Choices('[data-choice']); - const choice = new Choices('.js-choice'); + const choices = new Choices('[data-choice']); + const choices = new Choices('.js-choice'); // Passing options (with default options) const choices = new Choices(elements, {