diff --git a/README.md b/README.md index 58328a8b..6ef4456b 100644 --- a/README.md +++ b/README.md @@ -982,7 +982,7 @@ Name | Parameters `insertAfterTag` | `HTMLElement` (tag element), `HTMLElement`/`String` (whatever to insert after) | `toggleClass` | `Boolean` | Toggles `class` on the main *tagify* container (`scope`) `dropdown.selectAll` | | Add **all** whitelist items as tags and close the suggestion dropdown -`dropdown.show` | `String` | Shows the sugegstions list dropdown. A string paramater allows filtering the results +`dropdown.show` | `String` | Shows the suggestions list dropdown. A string parameter allows filtering the results `dropdown.hide` | `Boolean` | Hides the suggestions list dropdown (if it's not managed manually by the developer) `dropdown.toggle` | `Boolean` | Toggles dropdown show/hide. the boolean parameter will force-show `updateValueByDOMTags` | | Iterate tag DOM nodes and re-build the `tagify.value` array (call this if tags get sorted manually)