readme update

This commit is contained in:
Ben Brown
2011-11-16 13:47:10 -08:00
parent ad2889e6a4
commit 8d06653aa6
+2 -2
View File
@@ -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'
});
});