From 4be0e63616fee0b90af7adbcbeb35c729d6dc915 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Fri, 30 Sep 2016 21:34:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69bbc3f..ac83bab 100644 --- a/README.md +++ b/README.md @@ -315,11 +315,11 @@ const example = new Choices(element, { **Usage:** The text that is shown whilst choices are being populated via AJAX. ### noResultsText -**Type:** `String` **Default:** `No results round` +**Type:** `String` **Default:** `No results found` **Input types affected:** `select-one`, `select-multiple` -**Usage:** The text that is shown when a user's search has returned no results. +**Usage:** The text that is shown when a user's search has returned no results or no choices have been passed. ### noChoicesText **Type:** `String` **Default:** `No choices to choose from`