diff --git a/README.md b/README.md index 85cffcf1..443095c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MailChecker [![Build Status](https://drone.io/github.com/FGRibreau/mailchecker/status.png)](https://drone.io/github.com/FGRibreau/mailchecker/latest) [![Deps](https://david-dm.org/FGRibreau/mailchecker.png)](https://david-dm.org/FGRibreau/mailchecker) [![Version](http://badge.fury.io/js/mailchecker.png)](http://badge.fury.io/js/mailchecker) [![Downloads](http://img.shields.io/npm/dm/mailchecker.svg)](https://www.npmjs.com/package/mailchecker) -Cross-language email validation. Backed by a [database](./list.json) of **470 throwable email providers**. +Cross-language email validation. Backed by a [database](./list.json) of **1327 throwable email providers**. * Validate the format of your email (uses [node-validator](https://github.com/chriso/node-validator/blob/master/lib/validators.js#L27) email regex underneath and `FILTER_VALIDATE_EMAIL` for PHP) * Validate if the email is not a **temporary mail** (yopmail-like..., [add your own dataset to list.json](./list.json))