Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Aug 7, 2019
1 parent 3928566 commit fa7197d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Step 2: Add ```EasyLock.checkPassword(this);``` in your ```MainActivity```'s ```
* To check password, call ```EasyLock.checkPassword();```
* To change password, call ```EasyLock.changePassword();```
* To disable password, call ```EasyLock.disablePassword();```
* To see if clicked on Forgot password call ```EasyLock.forgotPassword()``` with a ```new View.OnClickListener()```

Check out the app in the repository for more info :)
Enjoy...
Expand Down

0 comments on commit fa7197d

Please sign in to comment.