Skip to content

Commit cb2d6c2

Browse files
committed
README
1 parent df9e103 commit cb2d6c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ __`separator:`__ This property can be defined for the whole input box in general
7373

7474
__`pieces:`__ This is an array of the __`piece`__ objects.
7575

76-
-------__`length:`__ A positive integer denoting the number of character in a piece. (Default value is `1`)
76+
__`length:`__ A positive integer denoting the number of character in a piece. (Default value is `1`)
7777

78-
-------__`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
78+
__`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
7979

80-
-------__`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
80+
__`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
8181

8282
## Information
8383
Made as a plugin for jQuery

0 commit comments

Comments
 (0)