File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
3434unpkg:
3535
3636``` 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
3838```
3939
4040``` 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 >
4242```
4343
4444### Example of use with CDN
4545
4646using cjs:
4747
4848``` 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 >
5050<script >
5151 const emailResult = isEmail (" 123456" );
5252 const cpfResult = cpfIsValid (" 123456" );
You can’t perform that action at this time.
0 commit comments