diff --git a/README.md b/README.md index 03896fe..96ebce5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ By default, if the cursor is immediately after a tag, hitting backspace will delete that tag. If you want to override this, set the 'removeWithBackspace' option to false. -Options +## Options $(selector).tagsInput({ 'autocomplete_url': url_to_autocomplete_api, @@ -96,4 +96,4 @@ Options 'minChars' : 0, 'maxChars' : 0 //if not provided there is no limit, 'placeholderColor' : '#666666' - }); \ No newline at end of file + });