From 9644f0e37c4081e3e8dcab0852a9057d6499db7a Mon Sep 17 00:00:00 2001 From: Andy Redfern Date: Wed, 31 May 2023 12:25:05 +0100 Subject: [PATCH] Update README.md - typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb42e6..a2d1394 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ getAddress.autocomplete( residential:'residential' /* The id of the element bound to 'residential' */ }, id_prefix:'getAddress-autocomplete' , /* The id of the textbox and list container */ - css_prefix?:'getAddress_autocomplete'", /* The class name prefix */ + css_prefix:'getAddress_autocomplete', /* The class name prefix */ delay:200, /* millisecond delay between keypress and API call */ minimum_characters:2, /* minimum characters to initiate an API call */ clear_list_on_select:true, /* if true, clears list on suggestion selected */