Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima authored Apr 10, 2019
1 parent 1cbd148 commit bfbd859
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Example:
```
To use from code

``` passwordEditText.onTextChanged { t -> Log.e(javaClass.name, t) }```
```
passwordEditText.onTextChanged { t -> Log.e(javaClass.name, t) }
passwordEditText.onValidate = { validate -> Log.e(javaClass.name, validate.toString())}
```


## How to
Expand Down

0 comments on commit bfbd859

Please sign in to comment.