From 5d5e9de8ea963b128380ab4d11d3a7be1a8e82fe Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 22 Mar 2015 23:25:57 +0300 Subject: [PATCH] Updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a107312..5615af5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ SwiftMailer Extension for Yii 2 This extension provides a [SwiftMailer](http://swiftmailer.org/) mail solution for Yii 2. -This repository is a git submodule of . -Please submit issue reports and pull requests to the main repository. For license information check the [LICENSE](LICENSE.md)-file. Installation @@ -52,5 +50,5 @@ Yii::$app->mailer->compose('contact/html') ->send(); ``` -For further instructions refer to the related section in the Yii Definitive Guide. +For further instructions refer to the [related section in the Yii Definitive Guide](http://www.yiiframework.com/doc-2.0/guide-tutorial-mailing.html).