Version 0.1 release

This commit is contained in:
Travis Swientek 2013-07-28 16:08:16 -07:00
parent 4ca9d8b08d
commit 49ee6f18b8

View File

@ -14,7 +14,7 @@ To install the SDK, you will need to be using Composer in your project. If you a
curl -sS https://getcomposer.org/installer | php
# Add Mailgun as a dependency
php composer.phar require mailgun/mailgun-php-sdk:~1.0
php composer.phar require mailgun/mailgun-php-sdk:~0.1
```
Next, require Composer's autoloader, in your application, to automatically load the Mailgun SDK in your project:
```PHP