From 628980188dcfcfa851911fe64786daeb6862c6c2 Mon Sep 17 00:00:00 2001 From: Hardik Pithva Date: Sat, 5 Aug 2017 19:39:05 +0530 Subject: [PATCH 1/2] Added content validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a4fadcd..44abbde6 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ API | Description | Auth | HTTPS | Link | | Lob.com | US Address Verification | `apiKey` | Yes | [Go!](https://lob.com/) | | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | | numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) | +| PurgoMalum | Content validator against profanity & obscenity | No | No | [Go!](http://www.purgomalum.com) | | vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | ### Development From 1dc7d14883da3a569af10c2157f0621e60a92e54 Mon Sep 17 00:00:00 2001 From: Hardik Pithva Date: Mon, 7 Aug 2017 10:32:07 +0530 Subject: [PATCH 2/2] Updated README.md Removed unwanted white space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44abbde6..db950d51 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ API | Description | Auth | HTTPS | Link | | Lob.com | US Address Verification | `apiKey` | Yes | [Go!](https://lob.com/) | | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) | | numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) | -| PurgoMalum | Content validator against profanity & obscenity | No | No | [Go!](http://www.purgomalum.com) | +| PurgoMalum | Content validator against profanity & obscenity | No | No | [Go!](http://www.purgomalum.com) | | vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) | ### Development