Skip to content

Commit 02e0b49

Browse files
committed
Merge branch 'master' of github.com:underovsky/jquery-tagsinput-revisited
2 parents f559a3e + 846f700 commit 02e0b49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Basic information
44

5-
Forked from discontinued jQuery Tags Input Plugin created by [XOXCO](http://xoxco.com).
5+
Forked from a discontinued jQuery Tags Input Plugin created by [XOXCO](http://xoxco.com).
66

77
See the original project here: https://github.com/xoxco/jQuery-Tags-Input
88

@@ -90,7 +90,7 @@ If you want a function to be called every time a tag is updated/deleted, set it
9090

9191
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.
9292

93-
For validation purposes you an use `unique`, `limit`, `minChars`, `maxChars` and `validationPattern` parameters.
93+
For validation purposes you can use `unique`, `limit`, `minChars`, `maxChars` and `validationPattern` parameters.
9494

9595
You can check `example.html` file to see the plugin usage examples.
9696

@@ -108,7 +108,7 @@ $('.tagsinput#tags').tagsInput({
108108
height: '100px', // standard option is 'auto'
109109
autocomplete: { option: value, option: value},
110110
hide: true,
111-
delimiter: [',',';'], // or a string with a single delimiter. Ex: ';'
111+
delimiter: [',',';'], // or a string with a single delimiter
112112
unique: true,
113113
removeWithBackspace: true,
114114
onAddTag: callback_function,
@@ -127,4 +127,4 @@ $('.tagsinput#tags').tagsInput({
127127

128128
The MIT License (MIT)
129129

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

0 commit comments

Comments
 (0)