Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlock1982 committed Apr 19, 2022
1 parent ad7fccf commit 103dbe2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ isMailFine
A simple (but correct) library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation

```
npm i is-mail-fine
```

```
bower i is-mail-fine
npm i @3cx/is-mail-fine
```

Usage
Expand All @@ -28,7 +24,3 @@ isMailFine(
);

```

### Tests

A few tests can be found here: http://jsfiddle.net/coder13/arL3hq26/

0 comments on commit 103dbe2

Please sign in to comment.