From 6ea7e9325f14c78078851362ebbc542dffee07f7 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 23 Dec 2015 17:35:07 +0100 Subject: [PATCH] updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caf282d..cdbfbb5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ php composer.phar require mailgun/mailgun-php:~1.7.2 ``` You do also need to choose what library to use when you are sending http messages. Consult the -[php-http/adapter-implementation](https://packagist.org/providers/php-http/adapter-implementation) virtual package to +[php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation) virtual package to find adapters to use. For more information about virtual packages please refer to [Httplug](http://docs.httplug.io/en/latest/virtual-package/). Example: