From 70e720737c2ba28d1613fd67cf885b7f93285d7a Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Thu, 12 Sep 2013 13:02:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a9cfa0f..0b86d9e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ php composer.phar require mailgun/mailgun-php:~1.2 **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).** -``` - Next, require Composer's autoloader, in your application, to automatically load the Mailgun SDK in your project: ```PHP