From e42219576985611ba5782b65c5bf41c7696c3162 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 19 Jul 2016 15:17:08 +0200 Subject: [PATCH] Removed Puli form docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce4614..98f546d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $mailgun = new \Mailgun\Mailgun('api_key', $client); ``` You could also rely on the [auto discovery feature of Httplug](http://docs.php-http.org/en/latest/discovery.html). This -means that you need to install `puli/composer-plugin` and put a puli.phar in your project root. +means that we will try to find an installed client automatically. **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**