From 2f206371b74c0f43b4be422cabcbea1f13142a8a Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Mon, 19 Aug 2013 11:33:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cad767..9d52a84 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you aren't using Composer yet, it's really simple! Here's how to install comp curl -sS https://getcomposer.org/installer | php # Add Mailgun as a dependency -php composer.phar require mailgun/mailgun-php-sdk:~0.7 +php composer.phar require mailgun/mailgun-php:~0.7 ``` For shared hosts with SSH access, you might need to run this instead (contact your shared host for assistance):