We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf550d commit ef0f413Copy full SHA for ef0f413
README.md
@@ -34,19 +34,19 @@ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.0/+esm
34
unpkg:
35
36
```bash
37
-https://unpkg.com/multiform-validator@2.6.0/dist/cjs/index.cjs
+https://unpkg.com/multiform-validator@2.6.0/dist/index.js
38
```
39
40
```html
41
-<script src="https://unpkg.com/multiform-validator@2.6.0/dist/cjs/index.cjs"></script>
+<script src="https://unpkg.com/multiform-validator@2.6.0/dist/index.js"></script>
42
43
44
### Example of use with CDN
45
46
using cjs:
47
48
49
50
<script>
51
const emailResult = isEmail("123456");
52
const cpfResult = cpfIsValid("123456");
0 commit comments