diff --git a/README.md b/README.md index 5762b69..e718287 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ First in your composer.json, add: ``` "require": { "bluescale/laravel-bmail": "dev-master" -} - +}, "repositories": [ { "type": "vcs", @@ -85,7 +84,6 @@ public function toTemplate($notifiable) The $notifiable is automaticaly added as recipient. - In your controller, you can now send your template: ```php