From 98011bf5da0f8a894ba522b2bfeca5cdb2c5c014 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Tue, 12 May 2020 17:17:26 +0200 Subject: [PATCH] Readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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