Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
babluroy committed Nov 27, 2022
1 parent ab4bcc6 commit 85d04f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This API checks if the email is a a disposable email or not.

**domain** : returns domain name of the email if email is valid else returns `null`.

**isValid** : returns true if the email format is correct else returns false.
**isValid** : returns `true` if the email format is correct else returns `false`.

**isDisposable** : returns true if the email is disposable email else returns false.
**isDisposable** : returns `true` if the email is disposable email else returns `false`.

0 comments on commit 85d04f9

Please sign in to comment.