Update read me

This commit is contained in:
Josh Johnson 2016-07-31 20:17:01 +01:00
parent c7471149c1
commit 0a919f2871

View file

@ -26,7 +26,7 @@ A lightweight, configurable select box/text input plugin. Similar to Select2 and
// Passing options (with default options)
const choices = new Choices(elements, {
items: [],
options: [],
choices: [],
maxItemCount: -1,
addItems: true,
removeItems: true,