Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky committed Oct 11, 2014
1 parent 112a82c commit 72dd496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (!$mailgun->validateHook($_POST)) {
```

###Yii extension
Yii users can use this library as an extension. Just put *php-mailgun* in your extensions directory and add some code in the *components* section of your config file:
Yii users can use this library as an extension. Just put *php-mailgun* in your extensions directory or use Composer, and add some code in the *components* section of your config file:
```php
...
'components' => array(
Expand Down

0 comments on commit 72dd496

Please sign in to comment.