Skip to content

Commit 46f4dfb

Browse files
committed
README fixes
1 parent cf550f7 commit 46f4dfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# php-mailgun-validation
22
Validate email address with Mailgun's validation service (Syntax checks, DNS validation, MX validation)
3-
You can view Mailgun's blog post about the service here: http://blog.mailgun.com/free-email-validation-api-for-web-forms/
4-
An API key is required to use this library, it can be obtained for free from mailgun's site after signup:
3+
You can view Mailgun's blog post about the service here: http://blog.mailgun.com/free-email-validation-api-for-web-forms/
4+
An API key is required to use this library, it can be obtained for free from mailgun's site after signup:
55
https://mailgun.com/app/account/security
66

77
The service is free, however fair usage limits do apply (detailed in the post linked above).
88

9+
Installing using Composer
10+
---------
911
You can install this package using composer:
1012

1113
composer require overint/php-mailgun-validation

0 commit comments

Comments
 (0)