Skip to content

Commit e1fd6d4

Browse files
committed
README
1 parent 3ee2066 commit e1fd6d4

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,16 @@ Since both these features LIVE, this software __assists__ the user while filling
6969
```
7070

7171
## Configuration
72-
__`separator:`__ This property can be defined for the whole input box in general, or specially for each separator. Specific definitions override the general ones. (Default value is an empty string `""`)
7372

74-
__`pieces:`__ This is an array of the __`piece`__ objects.
73+
1. __`separator:`__ This property can be defined for the whole input box in general, or specially for each separator. Specific definitions override the general ones. (Default value is an empty string `""`)
7574

76-
__`length:`__ A positive integer denoting the number of character in a piece. (Default value is `1`)
75+
2. __`pieces:`__ This is an array of the __`piece`__ objects.
7776

78-
__`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
77+
a. __`length:`__ A positive integer denoting the number of character in a piece. (Default value is `1`)
7978

80-
__`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
79+
b. __`pattern:`__ A [Regular Expression](https://www.w3schools.com/jsref/jsref_obj_regexp.asp) which defines the allowed characters in a piece.
80+
81+
c. __`type:`__ Should be set to `separator` to add a separator, or else, should be left blank.
8182

8283
## Information
8384
Made as a plugin for jQuery

0 commit comments

Comments
 (0)