From ef0c1b856ab8bc29c186cfcb5d76386287b06133 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Thu, 12 Sep 2013 13:02:53 -0700 Subject: [PATCH] Update SharedHostInstall.md --- SharedHostInstall.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SharedHostInstall.md b/SharedHostInstall.md index 10f9e1e..b0372a7 100644 --- a/SharedHostInstall.md +++ b/SharedHostInstall.md @@ -8,8 +8,7 @@ Installation ------------ Linux / Mac OSX: -*PHP is typically installed by default, consult your distribution documentation. -Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).* +*PHP is typically installed by default, consult your distribution documentation. Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).* 1. curl -sS https://getcomposer.org/installer | php 2. php composer.phar require mailgun/mailgun-php:~1.2 @@ -18,8 +17,7 @@ Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#insta Windows: -*PHP must be installed on your computer, [download](http://windows.php.net/download/0)* -Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-windows). +*PHP must be installed on your computer, [download](http://windows.php.net/download/0). Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-windows).* 1. Download and run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe). 2. Open a Command Prompt and type "php composer require mailgun/mailgun-php:~1.2".