Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Commit e71c6b7

Browse files
committed
fix readme
1 parent e038ad1 commit e71c6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ return (
161161
| removeValues | function | this | true | Remove one or more value, If there is no name, it will all be removed |
162162
| resetValues | function | this | true | Reset one or more value, If there is no name, it will all be init |
163163
| addSchemas | function | this | false | Add one or more validation rules |
164-
| removeSchemas | function | this | true | Remove one or more validation rules, it will all be removed |
164+
| removeSchemas | function | this | true | Remove one or more validation rules, If there is no name, it will all be removed |
165165
| formDidChange | function | | | Callback |
166166

167167
You can either pass in `values` as an argument, or call the `init` method when the form is initialized.

0 commit comments

Comments
 (0)