Skip to content

Commit fbaaa3d

Browse files
committed
update readme
1 parent 81086f0 commit fbaaa3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Email Validator
22

3-
43
Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response.
54

65
- Validates email is compliant with RFC standard using regex.
@@ -11,10 +10,16 @@ Validates emails based on regex, common typos, disposable email blacklists, DNS
1110
- Validates mailbox exists on SMTP server.
1211
- Native typescript support.
1312

13+
## Getting Started
14+
15+
Install like so
16+
1417
```
1518
yarn add deep-email-validator
1619
```
1720

21+
Use like so
22+
1823
```typescript
1924
import validate from 'deep-email-validator'
2025
const main = async () => {

0 commit comments

Comments
 (0)