diff --git a/.github/workflows/typescript-pr-check.yml b/.github/workflows/typescript-pr-check.yml
index b4e8d92..2c4bcbb 100644
--- a/.github/workflows/typescript-pr-check.yml
+++ b/.github/workflows/typescript-pr-check.yml
@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Run Prettier
- run: yarn prettier
+ run: yarn format
- name: Run lint
run: yarn lint
- name: Run test
diff --git a/.prettierrc b/.prettierrc
deleted file mode 100644
index 0081bf7..0000000
--- a/.prettierrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "trailingComma": "all"
-}
\ No newline at end of file
diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index 772b6f5..61371c6 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/README.md b/README.md
index 1b58f13..38a87a9 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate
jsDelivr:
```bash
-https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2/+esm
+https://cdn.jsdelivr.net/npm/multiform-validator@2.6.0/+esm
```
```html
```
@@ -34,11 +34,11 @@ https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2/+esm
unpkg:
```bash
-https://unpkg.com/multiform-validator@2.5.2/dist/cjs/index.cjs
+https://unpkg.com/multiform-validator@2.6.0/dist/index.js
```
```html
-
+
```
### Example of use with CDN
@@ -46,7 +46,7 @@ https://unpkg.com/multiform-validator@2.5.2/dist/cjs/index.cjs
using cjs:
```html
-
+