Skip to content

Commit 93f51e3

Browse files
authored
Update README.md
1 parent 0b3a760 commit 93f51e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AValidation is a validation framework for Android. AValidation is an easy way to validate an `EditText` when the content changes. An error icon and optional message will be displayed if there is a validation error.
44

5-
It can also compare the content of an `EditText` with content of another `EditText` when validating (see [ComparingMaxIntegerValidator](#comparing-max-integer-validator)).
5+
It can also compare the content of an `EditText` with content of another `EditText` when validating (see [ComparingMaxIntegerValidator](#comparingmaxintegervalidator)).
66

77
The same validators can also be used to validate the entire form.
88

0 commit comments

Comments
 (0)