From b9db080aff9f0aec52a1acd75c361d0372029a18 Mon Sep 17 00:00:00 2001 From: Chris Hallberg Date: Fri, 14 Oct 2016 14:39:39 -0400 Subject: [PATCH] Update README again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a72574..ce5b025 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $('input').autocomplete({ ``` ### static -A list of strings and {value:, label:, description:, href:} items to use for every search. Matched without case sensitivity. +A list of strings and `{value:, [label:], [description:], [href:]}` items to use for every search. Matched without case sensitivity. ### handler This function will be called when a search for a term needs to be done