Skip to content

Commit b7cc3d6

Browse files
authored
Update README.md
1 parent fe2c384 commit b7cc3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the Javascript and CSS files to the HTML. You can use regular or minified fi
3333
<link rel="stylesheet" type="text/css" href="jquery.tagsinput-revisited.css">
3434
```
3535

36-
Create a real input in your form that will contain a delimiter-separated (by standard it's comma) list of tags. You can put any default or existing tags in the value attribute, and they'll be handled properly.
36+
Create a real input in your form that will contain a delimiter-separated (by standard it's a comma) list of tags. You can put any default or existing tags in the value attribute, and they'll be handled properly.
3737

3838
```
3939
<input name="tags" id="tags" class="tagsinput" value="foo,bar,baz">

0 commit comments

Comments
 (0)