Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Sep 7, 2015
1 parent 449e267 commit d48fa1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Phalcon Mailer
==============
Удобная библиотека для отправки Вашей почты в [Phalcon](http://phalconphp.com/).
Удобная библиотека для отправки Вашей почты в [Phalcon 2.0](http://phalconphp.com/).

Код заимствован из Laravel 4 и адаптирован под Phalcon.

Expand All @@ -9,7 +9,11 @@ C помощью `composer`:

Добавить в файл `composer.json` в секцию `require` следующую строку:
```
"vanchelo/phalcon-mailer": "dev-master"
"vanchelo/phalcon-mailer": "~2.0"
```
или выполнить в командной строке:
```
composer require vanchelo/phalcon-mailer
```
Должно получится примерно так:
```json
Expand Down

0 comments on commit d48fa1d

Please sign in to comment.