File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.0/+esm
34
34
unpkg:
35
35
36
36
``` bash
37
- https://unpkg.com/multiform-validator@2.6.0/dist/cjs/ index.cjs
37
+ https://unpkg.com/multiform-validator@2.6.0/dist/index.js
38
38
```
39
39
40
40
``` html
41
- <script src =" https://unpkg.com/multiform-validator@2.6.0/dist/cjs/ index.cjs " ></script >
41
+ <script src =" https://unpkg.com/multiform-validator@2.6.0/dist/index.js " ></script >
42
42
```
43
43
44
44
### Example of use with CDN
45
45
46
46
using cjs:
47
47
48
48
``` html
49
- <script src =" https://unpkg.com/multiform-validator@2.6.0/dist/cjs/ index.cjs " ></script >
49
+ <script src =" https://unpkg.com/multiform-validator@2.6.0/dist/index.js " ></script >
50
50
<script >
51
51
const emailResult = isEmail (" 123456" );
52
52
const cpfResult = cpfIsValid (" 123456" );
You can’t perform that action at this time.
0 commit comments