From aafd84b0ce10a9e617b2e7c11f74a7096ee918ba Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Mon, 26 Sep 2016 08:36:49 +0200 Subject: [PATCH] Update README.md (#172) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6e03f..a94d914 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ called HTTPlug. This will give you the flexibilty to choose what PSR-7 implement If you just want to get started quickly you should run the following command: ```bash -php composer.phar require mailgun/mailgun-php php-http/curl-client guzzlehttp/psr7 php-http/message +php composer.phar require mailgun/mailgun-php php-http/curl-client guzzlehttp/psr7 ``` **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**