Skip to content

Commit 3c72d39

Browse files
authored
feat: update readme
feat: update readme
2 parents 8970929 + 56c9bf1 commit 3c72d39

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ Demo files showing plugin usage and all methods is available in `demo` directory
1515
<details>
1616
<summary>Address</summary>
1717
<p>Allows for letters (including polish and german diacritics), digits, white space and special characters: \/,.-"</p>
18-
<p>Class: `js-validation-address`</p>
19-
<p>Default message: `Wprowadź poprawnie adres.`</p>
18+
<p><b>Class</b>: `js-validation-address`</p>
19+
<p><b>Default message</b>: `Wprowadź poprawnie adres.`</p>
20+
</details>
21+
22+
<details>
23+
<summary>Alpha characters with polish and german diacritics</summary>
24+
<p>Allow only letters (including polish and german diacritics)</p>
25+
<p><b>Class</b>: `js-validation-alpha-pl-de`</p>
26+
<p>Default message</b>: `Dozwolone są tylko litery.`</p>
2027
</details>
2128

2229
@todo

0 commit comments

Comments
 (0)