Skip to content

Commit ab7151e

Browse files
authored
Update README.md
1 parent 8eca24f commit ab7151e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $('.tagsinput#tags').tagsInput({
104104
height: '100px', // standard option is 'auto'
105105
autocomplete: { option: value, option: value},
106106
hide: true,
107-
delimiter: [',',';'], // or a string with a single delimiter. Ex: ';'
107+
delimiter: [',',';'], // or a string with a single delimiter
108108
unique: true,
109109
removeWithBackspace: true,
110110
onAddTag: callback_function,
@@ -123,4 +123,4 @@ $('.tagsinput#tags').tagsInput({
123123

124124
The MIT License (MIT)
125125

126-
Copyright (c) 2015 Krzysztof Rusnarczyk
126+
Copyright (c) 2017 Krzysztof Rusnarczyk

0 commit comments

Comments
 (0)