Skip to content

Commit 1e65ce0

Browse files
committed
Update README.md
1 parent 98bd338 commit 1e65ce0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
inputmask-multi
21
===============
32
Inputmask Multi
43
===============
@@ -65,7 +64,7 @@ All events is handled in the space _inputmask_. It allows to avoid wrong actions
6564
## The format of a list of masks
6665
A list of masks is a Javascript array of objects with equal (or similar) set of properties. At least a property which is contains a mask of input must be available for all objects in array. The name of this property can be vary. The fragment of a list of masks is shown below:
6766

68-
[
67+
[
6968
7069
{ "mask": "+7(###)###-##-##", "cc": "RU", "name_en": "Russia", "desc_en": "", "name_ru": "Россия", "desc_ru": "" },
7170
{ "mask": "+250(###)###-###", "cc": "RW", "name_en": "Rwanda", "desc_en": "", "name_ru": "Руанда", "desc_ru": "" },

0 commit comments

Comments
 (0)