From 72dd4969c7595fc683698fede9c8d11d7ce34254 Mon Sep 17 00:00:00 2001 From: Andrei Baibaratsky Date: Sat, 11 Oct 2014 10:38:33 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e481d22..4e5d68c 100644 --- a/README.md +++ b/README.md @@ -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(