Skip to content

Commit 0a464ce

Browse files
committed
Fix readme
1 parent fc483b0 commit 0a464ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SomeValidator extends ValidatorComponent {
3636
}
3737
}
3838

39-
export default TextValidator;
39+
export default SomeValidator;
4040
````
4141

4242
After:
@@ -50,7 +50,7 @@ class SomeValidator extends ValidatorComponent {
5050
}
5151
}
5252

53-
export default TextValidator;
53+
export default SomeValidator;
5454
````
5555
### Info
5656

0 commit comments

Comments
 (0)