Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eddmash committed Nov 23, 2017
1 parent 523e9ee commit bc6b633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Handling Errors
---------------

Incase of validation failure, the validation errors can be accessed via the
`getErrors() <ValidatorInterface.getErrors()>` method.
`ValidatorInterface.getErrors()` method.

This library comes with a convenience class
[ErrorRenderer](http://android-validation-library.readthedocs.io/en/latest/renderer.html), which
Expand All @@ -94,3 +94,5 @@ can be used to easily display the validation errors.
}
```

[Documentation](http://android-validation-library.readthedocs.io)

0 comments on commit bc6b633

Please sign in to comment.